Added additional OAuth variable + refactored so that OAuth variables are now in template function
All checks were successful
Deploy the Helm Chart / build (push) Successful in 16s

This commit is contained in:
Alan Bridgeman 2025-12-29 07:22:27 -06:00
parent c181d7c4ea
commit 21cfbf79dc
4 changed files with 38 additions and 26 deletions

View file

@ -10,3 +10,4 @@ data:
app-name: {{ .Values.oauth.appName }}
service-name: {{ .Values.oauth.serviceName }}
dev-port: {{ .Values.oauth.devPort | quote }}
app-reg-contact-email: {{ .Values.oauth.appRegContactEmail | quote }}