From 12b2a55102740613ca6578c2fd73a30c628025fb Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Mon, 26 Aug 2024 19:11:12 +0300 Subject: [PATCH] fix --- helm-chart/templates/09-worker-daemon-set.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 76018444c..4d76256f6 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -81,6 +81,9 @@ spec: - containerPort: {{ .Values.tap.metrics.port }} protocol: TCP name: metrics + envFrom: + - configMapRef: + name: kubeshark-config-map env: - name: POD_NAME valueFrom: @@ -90,9 +93,6 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - envFrom: - - configMapRef: - name: kubeshark-config-map - name: TCP_STREAM_CHANNEL_TIMEOUT_MS value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutMs }}' - name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW