We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272727f commit 27be631Copy full SHA for 27be631
1 file changed
charts/tinyauth/templates/deployment.yaml
@@ -130,6 +130,7 @@ spec:
130
value: {{ .Values.tinyauth.oauth.autoRedirect | quote }}
131
{{- end }}
132
{{- range .Values.tinyauth.oauth.providers }}
133
+ {{- if not .id }}{{- continue }}{{- end }}
134
{{- $providerId := .id | upper }}
135
{{- if .clientId }}
136
- name: TINYAUTH_OAUTH_PROVIDERS_{{ $providerId }}_CLIENTID
@@ -188,6 +189,7 @@ spec:
188
189
value: {{ .Values.tinyauth.oidc.publicKeyPath | quote }}
190
191
{{- range .Values.tinyauth.oidc.clients }}
192
193
{{- $clientId := .id | upper }}
194
195
- name: TINYAUTH_OIDC_CLIENTS_{{ $clientId }}_CLIENTID
0 commit comments