Skip to content

Commit

Permalink
Merge pull request #15 from adam-ori/master
Browse files Browse the repository at this point in the history
adding missing double quote in configmap
  • Loading branch information
networkop authored Mar 16, 2021
2 parents f965ed6 + 6736613 commit e02ac37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/k8s-gateway/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
{{- if .Values.dnsChallenge.enabled }}
template IN ANY {{ required "Delegated domain ('domain') is mandatory " .Values.domain }} {
match "_acme-challenge[.](.*)[.]{{ include "k8s-gateway.regex" . }}"
answer {{ "{{" }} .Name {{ "}}" }} 5 IN CNAME {{ "{{" }} index .Match 1 {{ "}}" }}.{{ required "DNS01 challenge domain is mandatory " .Values.dnsChallenge.domain }} "
answer "{{ "{{" }} .Name {{ "}}" }} 5 IN CNAME {{ "{{" }} index .Match 1 {{ "}}" }}.{{ required "DNS01 challenge domain is mandatory " .Values.dnsChallenge.domain }}"
fallthrough
}
{{- end }}
Expand All @@ -31,4 +31,4 @@ data:
loop
reload
loadbalance
}
}

0 comments on commit e02ac37

Please sign in to comment.