add imagePullSecrets support
This commit is contained in:
parent
fadb85f3db
commit
5ad3332f0a
@ -20,6 +20,9 @@ spec:
|
||||
release: {{ .Release.Name }}
|
||||
spec:
|
||||
serviceAccountName: {{ include "cert-manager-webhook-dnspod.fullname" . }}
|
||||
{{- if .Values.imagePullSecrets }}
|
||||
imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
|
||||
@ -26,6 +26,8 @@ clusterIssuer:
|
||||
# dnsZones:
|
||||
# - 'example.com'
|
||||
|
||||
# imagePullSecrets:
|
||||
# - name: regcred
|
||||
image:
|
||||
repository: qqshfox/cert-manager-webhook-dnspod
|
||||
#tag: latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user