Skip to content

Commit f667f41

Browse files
dlutschDan LutschRyan LymburnerSinghVikram97
authored
fix: Add ENABLE_SERVICE_NETWORK_OVERRIDE env var to helm chart (#857)
The helm chart was missing the environment variable mapping for enableServiceNetworkOverride, which prevented the controller from enabling service network override mode even when the value was configured via terraform. Co-authored-by: Dan Lutsch <[email protected]> Co-authored-by: Ryan Lymburner <[email protected]> Co-authored-by: Vikram Singh Bedi <[email protected]>
1 parent 1c9aabd commit f667f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ spec:
9191
value: {{ .Values.latticeEndpoint | quote }}
9292
- name: DEFAULT_SERVICE_NETWORK
9393
value: {{ .Values.defaultServiceNetwork | quote }}
94+
- name: ENABLE_SERVICE_NETWORK_OVERRIDE
95+
value: {{ .Values.enableServiceNetworkOverride | quote }}
9496
- name: LOG_LEVEL
9597
value: {{ .Values.log.level | quote }}
9698
- name: WEBHOOK_ENABLED

0 commit comments

Comments
 (0)