Skip to content

Commit 5b310ce

Browse files
authored
[#2119] fix imagePullSecrets indentation (#2371)
1 parent 14ba4e1 commit 5b310ce

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)