Skip to content

Commit 5f4746c

Browse files
[#1594] Fix configmap for sources
1 parent 3eb9a05 commit 5f4746c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: infrastructure/helm-chart/charts/apps/charts/sources/charts/facebook/templates/deployments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
imagePullPolicy: Always
3131
envFrom:
3232
- configMapRef:
33-
name: api-config
33+
name: security
3434
env:
3535
- name: KAFKA_BROKERS
3636
valueFrom:

Diff for: infrastructure/helm-chart/charts/apps/charts/sources/charts/google/templates/deployments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
imagePullPolicy: Always
3131
envFrom:
3232
- configMapRef:
33-
name: api-config
33+
name: security
3434
env:
3535
- name: KAFKA_BROKERS
3636
valueFrom:

Diff for: infrastructure/helm-chart/charts/apps/charts/sources/charts/twilio/templates/deployments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
imagePullPolicy: Always
3131
envFrom:
3232
- configMapRef:
33-
name: api-config
33+
name: security
3434
env:
3535
- name: KAFKA_BROKERS
3636
valueFrom:

0 commit comments

Comments
 (0)