We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a86a6 + ea02990 commit be6394cCopy full SHA for be6394c
charts/cert-manager-webhook-gandi/templates/deployment.yaml
@@ -64,5 +64,9 @@ spec:
64
{{- end }}
65
{{- with .Values.tolerations }}
66
tolerations:
67
+{{ toYaml . | indent 8 }}
68
+ {{- end }}
69
+ {{- with .Values.imagePullSecrets }}
70
+ imagePullSecrets:
71
{{ toYaml . | indent 8 }}
72
charts/cert-manager-webhook-gandi/values.yaml
@@ -36,4 +36,6 @@ affinity: {}
36
# -- Gandi Secret API key
37
# -- To not store it in plain text, use sops or similar.
38
# -- The secret is not created if not set.
39
-gandiApiToken: ""
+gandiApiToken: ""
40
+# -- Image pull secrets
41
+imagePullSecrets: []
0 commit comments