We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015e296 commit da6172aCopy full SHA for da6172a
charts/gitops-runtime/templates/_components/gitops-operator/_deployment.yaml
@@ -39,7 +39,7 @@ spec:
39
{{- toYaml .Values.podSecurityContext | nindent 8 }}
40
{{- end }}
41
containers:
42
- - name: manager
+ - name: {{ ternary .Values.debug.enabled "debug" "manager" }}
43
securityContext:
44
{{- toYaml .Values.securityContext | nindent 12 }}
45
{{- if .Values.debug.enabled }}
0 commit comments