Skip to content

Commit e0a657f

Browse files
authored
Add doc and example value for imagePullSecrets
1 parent 39784e7 commit e0a657f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/helm-chart/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ image:
99
tag: '4.0.2'
1010
pullPolicy: Always
1111

12+
# Specifies one or more secrets to be used when pulling images from a
13+
# private container repository
14+
# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry
1215
imagePullSecrets: []
16+
# - name: registry-creds
17+
1318
nameOverride: ""
1419
fullnameOverride: ""
1520
hostnameOverride: ""

0 commit comments

Comments
 (0)