Skip to content

Commit

Permalink
Merge pull request #68 from scientist-softserv/65-more-deploy-values
Browse files Browse the repository at this point in the history
65 more deploy values
  • Loading branch information
alishaevn authored Apr 18, 2024
2 parents 8226d4c + 67f210e commit 83d1079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/webstore/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: CLIENT_DOMAIN
value: "{{ .Values.clientDomain }}"
- name: CLIENT_SECRET
value: "{{ .Values.clientSecret }}"
- name: CLIENT_ID
Expand Down
1 change: 1 addition & 0 deletions charts/webstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ image:
tag: '0.0.2'

appBaseUrl: ''
clientDomain: ''
clientId: ''
clientSecret: ''
fullnameOverride: ''
Expand Down

0 comments on commit 83d1079

Please sign in to comment.