Skip to content

Commit 889707f

Browse files
Fix indentation error
1 parent 6e0d370 commit 889707f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/redis-cluster-operator/templates/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# Replace this with the built image name
2121
image: {{ .Values.operator.image_source }}:{{ .Values.operator.image_tag }}
2222
securityContext:
23-
{{- .Values.operator.containersecurityContext | toYaml | nindent 14 }}
23+
{{- .Values.operator.containersecurityContext | toYaml | nindent 12 }}
2424
command:
2525
- redis-cluster-operator
2626
args:

0 commit comments

Comments
 (0)