fix: quote account id in staging cluster issuer

fixes #1
This commit is contained in:
Arne Diekmann 2020-07-29 11:55:18 +02:00
parent b85fb0f3cf
commit 37416461eb

View file

@ -18,7 +18,7 @@ spec:
- dns01:
webhook:
config:
account: {{ .Values.dnsimple.account }}
account: {{ .Values.dnsimple.account | quote }}
tokenSecretRef:
key: token
name: {{ include "dnsimple-webhook.fullname" . }}