Skip to content

Commit 9c010db

Browse files
fix: correct ref to kafka brokers
1 parent fca54fb commit 9c010db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.10.1
5+
version: 0.10.2
66
appVersion: "1.0.0"
77

88
maintainers:

charts/ctrlplane/charts/api/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
value: {{ $credentialsValue | quote }}
6767

6868
- name: KAFKA_BROKERS
69-
value: {{ .Values.global.kafkaBrokers | quote }}
69+
value: {{ .Values.global.kafka.brokers | quote }}
7070

7171
- name: AUTH_SECRET
7272
valueFrom:

charts/ctrlplane/charts/workspace-engine-router/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
protocol: TCP
4747
env:
4848
- name: KAFKA_BROKERS
49-
value: {{ .Values.global.kafkaBrokers | quote }}
49+
value: {{ .Values.global.kafka.brokers | quote }}
5050

5151
{{- include "ctrlplane.postgresqlEnvVars" . | nindent 12 }}
5252
{{- include "ctrlplane.extraEnv" . | nindent 12 }}

0 commit comments

Comments
 (0)