Initial code commit
This commit is contained in:
parent
5b71cecab6
commit
b3382d880b
37 changed files with 1778 additions and 1 deletions
12
templates/oauth-credentials-config-map.yaml
Normal file
12
templates/oauth-credentials-config-map.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue