Remove forceNsIsolation

This commit is contained in:
Kristof Farkas-Pall 2020-03-19 13:01:34 +00:00
parent 4aa1a1f259
commit d57b937a93
No known key found for this signature in database
GPG key ID: 0C8396E9F0F3C9A3
2 changed files with 1 additions and 10 deletions

View file

@ -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:

View file

@ -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