use pipeline against potential misuse
This commit is contained in:
parent
70af7d1fbb
commit
4cf89f2c9b
@ -22,7 +22,7 @@ spec:
|
||||
serviceAccountName: {{ include "cert-manager-webhook-dnspod.fullname" . }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
- --tls-cert-file=/tls/tls.crt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user