File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
install/kubernetes/tetragon/templates Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 33 image: "{ { if .Values.export.stdout.image.override } }{ { .Values.export.stdout.image.override } }{ { else } }{ { .Values.export.stdout.image.repository } }:{ { .Values.export.stdout.image.tag } }{ { end } }"
44 imagePullPolicy: { { .Values.imagePullPolicy } }
55 terminationMessagePolicy: FallbackToLogsOnError
6+
67 env: { {- toYaml .Values.export.stdout.extraEnv | nindent 4 } }
8+
9+ { {- if .Values.export.stdout.extraEnvFrom } }
10+ envFrom:
11+ { {- toYaml .Values.export.stdout.extraEnvFrom | nindent 4 } }
12+ { {- else if .Values.export.stdout.envFromSecrets } }
13+ envFrom:
14+ { {- range .Values.export.stdout.envFromSecrets } }
15+ - secretRef:
16+ name: { { .name | default . } }
17+ { {- if hasKey . " optional" } }
18+ optional: { { .optional } }
19+ { {- end } }
20+ { {- end } }
21+ { {- end } }
22+
723 securityContext:
824 { {- toYaml .Values.export.securityContext | nindent 4 } }
925 resources:
You can’t perform that action at this time.
0 commit comments