Skip to content

Commit da6172a

Browse files
feat(gitops-operator): add debug flag
1 parent 015e296 commit da6172a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
{{- toYaml .Values.podSecurityContext | nindent 8 }}
4040
{{- end }}
4141
containers:
42-
- name: manager
42+
- name: {{ ternary .Values.debug.enabled "debug" "manager" }}
4343
securityContext:
4444
{{- toYaml .Values.securityContext | nindent 12 }}
4545
{{- if .Values.debug.enabled }}

0 commit comments

Comments
 (0)