Skip to content

Commit

Permalink
bug fix, thanks to cert-manager/cert-manager#339
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaWanted authored and BananaWanted committed Aug 7, 2018
1 parent 0bb5968 commit 1f74745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/issuer.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
{{- end }}
email: {{ .Values.ACME.email | quote }}
privateKeySecretRef:
name: {{ .Values.tlsSecret }}
name: default-issuer-secret
dns01:
providers:
- name: default-dns01-provider # FIXME hard coded name
Expand Down

0 comments on commit 1f74745

Please sign in to comment.