mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-17 18:02:06 +00:00
⚡ Load the environment variables from kubeshark-hub-secret
in worker DaemonSet
This commit is contained in:
parent
f95db49317
commit
7ed4088b4b
@ -40,6 +40,9 @@ spec:
|
|||||||
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}'
|
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}'
|
||||||
imagePullPolicy: {{ .Values.tap.docker.imagepullpolicy }}
|
imagePullPolicy: {{ .Values.tap.docker.imagepullpolicy }}
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: kubeshark-hub-secret
|
||||||
{{- if .Values.tap.debug }}
|
{{- if .Values.tap.debug }}
|
||||||
env:
|
env:
|
||||||
- name: PROFILING_ENABLED
|
- name: PROFILING_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user