feat(spot): use the same tokens as in chalice by default
This commit is contained in:
parent
e6687a31e1
commit
b732c94f0f
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ spec:
|
|||
value: '{{ .Values.global.kafka.kafkaHost }}:{{ .Values.global.kafka.kafkaPort }}'
|
||||
- name: KAFKA_USE_SSL
|
||||
value: '{{ .Values.global.kafka.kafkaUseSsl }}'
|
||||
- name: JWT_SECRET
|
||||
value: {{ .Values.global.jwtSecret }}
|
||||
- name: JWT_SPOT_SECRET
|
||||
value: {{ .Values.global.jwtSpotSecret }}
|
||||
- name: pg_password
|
||||
{{- if .Values.global.postgresql.existingSecret }}
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue