We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b435c57 commit dc07e16Copy full SHA for dc07e16
values/oauth2-proxy/oauth2-proxy-raw.gotmpl
@@ -10,7 +10,7 @@ resources:
10
metadata:
11
annotations:
12
externaldns: "true"
13
- {{- if and $v.dns.provider (and $v.dns.provider.linode) }}
+ {{- with $v | get "dns.provider.linode" nil }}
14
# Check Linode Api documentation for allowed values in seconds: https://developers-linode.netlify.app/api/v4/domains
15
external-dns.alpha.kubernetes.io/ttl: "1h"
16
{{- end }}
0 commit comments