mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
parent
b85fb0f3cf
commit
37416461eb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec:
|
||||||
- dns01:
|
- dns01:
|
||||||
webhook:
|
webhook:
|
||||||
config:
|
config:
|
||||||
account: {{ .Values.dnsimple.account }}
|
account: {{ .Values.dnsimple.account | quote }}
|
||||||
tokenSecretRef:
|
tokenSecretRef:
|
||||||
key: token
|
key: token
|
||||||
name: {{ include "dnsimple-webhook.fullname" . }}
|
name: {{ include "dnsimple-webhook.fullname" . }}
|
||||||
|
|
Loading…
Reference in a new issue