Skip to content

Commit 003822e

Browse files
Update gitops operator container name (#1901)
Signed-off-by: obaydullahmhs <obaydullah@appscode.com>
1 parent d1e2839 commit 003822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kubedb-gitops/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
{{- toYaml .Values.podSecurityContext | nindent 8 }}
5555
{{- end }}
5656
containers:
57-
- name: {{ .Chart.Name }}
57+
- name: operator
5858
{{- if eq "true" ( include "distro.openshift" . ) }}
5959
securityContext:
6060
{{- toYaml (omit .Values.securityContext "runAsUser" "runAsGroup" "fsGroup" "supplementalGroups") | nindent 12 }}

0 commit comments

Comments
 (0)