Browse Source

unwanted spaces :(

pull/867/head
eiximenis 6 years ago
parent
commit
da97a7d3d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/helm/ordering-backgroundtasks/templates/configmap.yaml

+ 1
- 1
k8s/helm/ordering-backgroundtasks/templates/configmap.yaml View File

@ -17,4 +17,4 @@ data:
all__InstrumentationKey: {{ .Values.inf.appinsights.key }}
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
graceperiodmanager__CheckUpdateTime: "{{ .Values.cfg.checkUpdateTime }}"
graceperiodmanager__GracePeriodTime : "{{ .Values.cfg.gracePeriodTime }}"
graceperiodmanager__GracePeriodTime: "{{ .Values.cfg.gracePeriodTime }}"

Loading…
Cancel
Save