chore(helm): dynamic injection of version in chalice
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
88ee700071
commit
b4a1d8344e
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ spec:
|
|||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: version_number
|
||||
value: '{{ .Chart.AppVersion }}'
|
||||
- name: pg_host
|
||||
value: '{{ .Values.global.postgresql.postgresqlHost }}'
|
||||
- name: pg_port
|
||||
|
|
|
|||
|
|
@ -98,7 +98,6 @@ env:
|
|||
# Enable logging for python app
|
||||
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
|
||||
PYTHONUNBUFFERED: '0'
|
||||
version_number: '1.3.6'
|
||||
SAML2_MD_URL: ''
|
||||
idp_entityId: ''
|
||||
idp_sso_url: ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue