Add force namespace isolation for UI (#66)
This commit is contained in:
parent
10376b2f8a
commit
add39cf90b
3 changed files with 7 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ spec:
|
|||
- name: ui
|
||||
image: "{{ .Values.images.namespace }}/{{ .Values.images.ui }}:{{ .Values.images.tag }}"
|
||||
env:
|
||||
{{- if .Values.ui.forceNamespaceIsolation }}
|
||||
- name: FORCE_NAMESPACE_ISOLATION
|
||||
value: "true"
|
||||
{{- end }}
|
||||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
- name: ARGO_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue