fix: make sorcerer honor env: in values
This commit is contained in:
@@ -38,8 +38,7 @@ spec:
|
|||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: LOG_LEVEL
|
{{- toYaml .Values.env | nindent 12 }}
|
||||||
value: "3"
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
Reference in New Issue
Block a user