From c237f881b709d3bde5d28a990bdb23f7f5033db3 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Sat, 24 Aug 2024 00:09:16 +0300 Subject: [PATCH] fix --- helm-chart/templates/04-hub-deployment.yaml | 6 +++--- helm-chart/templates/09-worker-daemon-set.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index 3679e3919..d56143101 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -45,9 +45,9 @@ spec: fieldPath: metadata.namespace - name: KUBESHARK_CLOUD_API_URL value: 'https://api.kubeshark.co' - envFrom: - - configMapRef: - name: kubeshark-config-map + envFrom: + - configMapRef: + name: kubeshark-config-map {{- if .Values.tap.docker.overrideTag.hub }} image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.overrideTag.hub }}' {{ else }} diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index cb53704df..76018444c 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -90,9 +90,9 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - envFrom: - - configMapRef: - name: kubeshark-config-map + envFrom: + - configMapRef: + name: kubeshark-config-map - name: TCP_STREAM_CHANNEL_TIMEOUT_MS value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutMs }}' - name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW