Browse Source

Merge fb5fdecd71 into 0742f941fb

pull/533/merge
SychevIgor 6 years ago
committed by GitHub
parent
commit
88879d0828
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      k8s/deployments.yaml

+ 5
- 0
k8s/deployments.yaml View File

@ -107,6 +107,11 @@ spec:
configMapKeyRef: configMapKeyRef:
name: externalcfg name: externalcfg
key: CatalogBus key: CatalogBus
- name: AzureServiceBusEnabled
valueFrom:
configMapKeyRef:
name: externalcfg
key: UseAzureServiceBus
- name: ApplicationInsights__InstrumentationKey - name: ApplicationInsights__InstrumentationKey
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:


Loading…
Cancel
Save