Skip to content

Instantly share code, notes, and snippets.

@esseti
Created October 11, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esseti/4fc24a6d5a3aace614b77471a481afc3 to your computer and use it in GitHub Desktop.
Save esseti/4fc24a6d5a3aace614b77471a481afc3 to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: {{.Values.certificate.secretName}}
spec:
secretName: {{.Values.certificate.secretName}}
issuerRef:
name: {{.Values.certificate.certIssuer}}
dnsNames:
- {{.Values.certificate.dnsNames}}
acme:
config:
- http01:
ingressClass: {{.Values.certificate.ingressClass}}
domains:
{{- range .Values.certificate.domains }}
- {{ . }}
{{- end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment