Skip to content

Instantly share code, notes, and snippets.

@Depado
Created July 19, 2018 15:22
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 Depado/4a7fcb199d4a94109a296711f4237379 to your computer and use it in GitHub Desktop.
Save Depado/4a7fcb199d4a94109a296711f4237379 to your computer and use it in GitHub Desktop.
spec:
{{- if .Values.tls.apply }}
tls:
- hosts:
{{- range .Values.tls.domains }}
- {{ . }}
{{- end }}
secretName: {{ template "dummy.fullname" . }}-tls
{{- end }}
rules:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment