chore(traefik): adjust default values
This commit is contained in:
parent
12fbf16816
commit
58d020924b
3 changed files with 10 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ spec:
|
|||
issuerRef:
|
||||
name: lets-encrypt-dns01-production-cf
|
||||
kind: ClusterIssuer
|
||||
commonName: '<secret:private-domain>'
|
||||
commonName: '{{ .Values.traefik.domain }}'
|
||||
dnsNames:
|
||||
- '<secret:private-domain>'
|
||||
- '*.<secret:private-domain>'
|
||||
- '{{ .Values.traefik.domain }}'
|
||||
- '*.{{ .Values.traefik.domain }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue