From fb5fdecd71705d6727791afe21d97a77679008e8 Mon Sep 17 00:00:00 2001 From: Sychev Igor Date: Sun, 4 Mar 2018 21:51:34 +0300 Subject: [PATCH] AzureServiceBusEnabled missed from k8 deployment and it caused not working cluster --- k8s/deployments.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml index 034842f8c..9df31bd8b 100644 --- a/k8s/deployments.yaml +++ b/k8s/deployments.yaml @@ -107,6 +107,11 @@ spec: configMapKeyRef: name: externalcfg key: CatalogBus + - name: AzureServiceBusEnabled + valueFrom: + configMapKeyRef: + name: externalcfg + key: UseAzureServiceBus - name: ApplicationInsights__InstrumentationKey valueFrom: configMapKeyRef: