Fixed configmap for ordering backgroundtasks
This commit is contained in:
parent
4ec4ecd92f
commit
74ae4de08b
@ -16,5 +16,5 @@ data:
|
|||||||
all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
|
all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
|
||||||
all__InstrumentationKey: {{ .Values.inf.appinsights.key }}
|
all__InstrumentationKey: {{ .Values.inf.appinsights.key }}
|
||||||
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
|
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
|
||||||
graceperiodmanager__CheckUpdateTime: {{ .Values.cfg.checkUpdateTime }}
|
graceperiodmanager__CheckUpdateTime: "{{ .Values.cfg.checkUpdateTime }}"
|
||||||
graceperiodmanager__GracePeriodTime : {{ .Values.cfg.gracePeriodTime }}
|
graceperiodmanager__GracePeriodTime : "{{ .Values.cfg.gracePeriodTime }}"
|
Loading…
x
Reference in New Issue
Block a user