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.
2 parents 8226d4c + 67f210e commit 83d1079Copy full SHA for 83d1079
charts/webstore/templates/deployment.yaml
@@ -34,6 +34,8 @@ spec:
34
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
35
imagePullPolicy: {{ .Values.image.pullPolicy }}
36
env:
37
+ - name: CLIENT_DOMAIN
38
+ value: "{{ .Values.clientDomain }}"
39
- name: CLIENT_SECRET
40
value: "{{ .Values.clientSecret }}"
41
- name: CLIENT_ID
charts/webstore/values.yaml
@@ -11,6 +11,7 @@ image:
11
tag: '0.0.2'
12
13
appBaseUrl: ''
14
+clientDomain: ''
15
clientId: ''
16
clientSecret: ''
17
fullnameOverride: ''
0 commit comments