added STORAGE env variable to deployment templte

This commit is contained in:
Ankit Anand 2021-06-01 16:23:19 +05:30
parent a08ad9e2cf
commit 8c7ac88f84

View File

@ -36,7 +36,8 @@ spec:
value: {{ .Values.configVars.DruidClientUrl }}
- name: DruidDatasource
value: {{ .Values.configVars.DruidDatasource }}
- name: STORAGE
value: {{ .Values.configVars.STORAGE }}
# livenessProbe:
# httpGet: