Skip to content

Commit 43bc9b9

Browse files
committed
[zalando#2119] fix imagePullSecrets indentation
1 parent 04f18b9 commit 43bc9b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/postgres-operator/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ image:
44
tag: v1.10.0
55
pullPolicy: "IfNotPresent"
66

7-
# Optionally specify an array of imagePullSecrets.
8-
# Secrets must be manually created in the namespace.
9-
# ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
10-
# imagePullSecrets:
11-
# - name: myRegistryKeySecretName
7+
# Optionally specify an array of imagePullSecrets.
8+
# Secrets must be manually created in the namespace.
9+
# ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
10+
# imagePullSecrets:
11+
# - name: myRegistryKeySecretName
1212

1313
podAnnotations: {}
1414
podLabels: {}

0 commit comments

Comments
 (0)