mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 17:57:46 +00:00
Add: KUBERNETES_DEPLOYED env variable temporary added for redeployment forcing
This commit is contained in:
@@ -35,6 +35,8 @@ spec:
|
|||||||
imagePullPolicy: {{ .Values.images.ucentralgwui.pullPolicy }}
|
imagePullPolicy: {{ .Values.images.ucentralgwui.pullPolicy }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
- name: KUBERNETES_DEPLOYED
|
||||||
|
value: "{{ now }}"
|
||||||
{{- range $key, $value := .Values.public_env_variables }}
|
{{- range $key, $value := .Values.public_env_variables }}
|
||||||
- name: {{ $key }}
|
- name: {{ $key }}
|
||||||
value: {{ $value | quote }}
|
value: {{ $value | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user