We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9d4935 + 565234e commit 0fc133aCopy full SHA for 0fc133a
charts/cluster-secret/templates/deployment.yaml
@@ -25,6 +25,10 @@ spec:
25
spec:
26
securityContext:
27
runAsUser: 100 # 100 is set by the container and can NOT be changed here - this would result in a getpwuid() error
28
+ {{- with .Values.imagePullSecrets }}
29
+ imagePullSecrets:
30
+ {{- toYaml . | nindent 8 }}
31
+ {{- end }}
32
containers:
33
- env:
34
- name: KUBERNETES_CLUSTER_DOMAIN
charts/cluster-secret/values.yaml
@@ -1,3 +1,4 @@
1
+imagePullSecrets: []
2
image:
3
repository: quay.io/clustersecret/clustersecret
4
tag: 0.0.10
0 commit comments