services.bridgemanaccessibl.../templates/oauth-credentials-config-map.yaml
Alan Bridgeman 21cfbf79dc
All checks were successful
Deploy the Helm Chart / build (push) Successful in 16s
Added additional OAuth variable + refactored so that OAuth variables are now in template function
2025-12-29 07:22:27 -06:00

13 lines
443 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-oauth-credentials
labels:
app: {{ .Release.Name }}
data:
base-app-url: {{ .Values.oauth.baseAppUrl }}
app-abbreviation: {{ .Values.oauth.appAbbreviation }}
app-name: {{ .Values.oauth.appName }}
service-name: {{ .Values.oauth.serviceName }}
dev-port: {{ .Values.oauth.devPort | quote }}
app-reg-contact-email: {{ .Values.oauth.appRegContactEmail | quote }}