Remove forceNsIsolation
This commit is contained in:
parent
4aa1a1f259
commit
d57b937a93
2 changed files with 1 additions and 10 deletions
|
@ -48,17 +48,10 @@ spec:
|
|||
initialDelaySeconds: 10
|
||||
periodSeconds: 20
|
||||
env:
|
||||
{{- if .Values.server.forceNamespaceIsolation }}
|
||||
- name: FORCE_NAMESPACE_ISOLATION
|
||||
value: "true"
|
||||
{{- end }}
|
||||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
- name: ARGO_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
value: {{ .Release.Namespace | quote }}
|
||||
- name: BASE_HREF
|
||||
value: {{ .Values.server.baseHref | quote }}
|
||||
resources:
|
||||
|
|
|
@ -110,8 +110,6 @@ executor:
|
|||
|
||||
server:
|
||||
enabled: true
|
||||
# only show workflows where UI installed
|
||||
forceNamespaceIsolation: false
|
||||
# only updates base url of resources on client side,
|
||||
# it's expected that a proxy server rewrites the request URL and gets rid of this prefix
|
||||
# https://github.com/argoproj/argo/issues/716#issuecomment-433213190
|
||||
|
|
Loading…
Reference in a new issue