From c32ff6c925714231da89a4f573800bdb2132a103 Mon Sep 17 00:00:00 2001 From: Doron Bargo <62555360+Doron-Bargo@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:39:14 +0300 Subject: [PATCH] Update kubernetes.md --- docs/shipping/Containers/kubernetes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/shipping/Containers/kubernetes.md b/docs/shipping/Containers/kubernetes.md index ab184870..c877ac42 100644 --- a/docs/shipping/Containers/kubernetes.md +++ b/docs/shipping/Containers/kubernetes.md @@ -25,10 +25,10 @@ The logzio-monitoring Helm Chart ships your Kubernetes telemetry (logs, metrics, 1. [Helm](https://helm.sh/) Add Logzio-helm repository -`helm repo add logzio-helm https://logzio.github.io/logzio-helm && helm repo update` - - +```sh +helm repo add logzio-helm https://logzio.github.io/logzio-helm && helm repo update +``` {@include: ../../_include/general-shipping/k8s-all-data.md} ## Send your logs @@ -209,4 +209,4 @@ To address this issue, you can use the `--set` commands provided below in order --set logzio-k8s-telemetry.prometheus-pushgateway.image.repository=public.ecr.aws/logzio/prom-pushgateway --set logzio-fluentd.image=public.ecr.aws/logzio/logzio-fluentd --set logzio-trivy.image=public.ecr.aws/logzio/trivy-to-logzio -``` \ No newline at end of file +```