Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ spec:
value: {{ .Values.latticeEndpoint | quote }}
- name: DEFAULT_SERVICE_NETWORK
value: {{ .Values.defaultServiceNetwork | quote }}
- name: ENABLE_SERVICE_NETWORK_OVERRIDE
value: {{ .Values.enableServiceNetworkOverride | quote }}
- name: LOG_LEVEL
value: {{ .Values.log.level | quote }}
- name: WEBHOOK_ENABLED
Expand Down
Loading