Skip to content

Commit dc07e16

Browse files
authored
fix: oauth2-proxy dns config go template (#1655)
1 parent b435c57 commit dc07e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/oauth2-proxy/oauth2-proxy-raw.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
metadata:
1111
annotations:
1212
externaldns: "true"
13-
{{- if and $v.dns.provider (and $v.dns.provider.linode) }}
13+
{{- with $v | get "dns.provider.linode" nil }}
1414
# Check Linode Api documentation for allowed values in seconds: https://developers-linode.netlify.app/api/v4/domains
1515
external-dns.alpha.kubernetes.io/ttl: "1h"
1616
{{- end }}

0 commit comments

Comments
 (0)