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
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
env:
|
env:
|
||||||
{{- if .Values.server.forceNamespaceIsolation }}
|
|
||||||
- name: FORCE_NAMESPACE_ISOLATION
|
|
||||||
value: "true"
|
|
||||||
{{- end }}
|
|
||||||
- name: IN_CLUSTER
|
- name: IN_CLUSTER
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ARGO_NAMESPACE
|
- name: ARGO_NAMESPACE
|
||||||
valueFrom:
|
value: {{ .Release.Namespace | quote }}
|
||||||
fieldRef:
|
|
||||||
apiVersion: v1
|
|
||||||
fieldPath: metadata.namespace
|
|
||||||
- name: BASE_HREF
|
- name: BASE_HREF
|
||||||
value: {{ .Values.server.baseHref | quote }}
|
value: {{ .Values.server.baseHref | quote }}
|
||||||
resources:
|
resources:
|
||||||
|
|
|
@ -110,8 +110,6 @@ executor:
|
||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: true
|
enabled: true
|
||||||
# only show workflows where UI installed
|
|
||||||
forceNamespaceIsolation: false
|
|
||||||
# only updates base url of resources on client side,
|
# 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
|
# 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
|
# https://github.com/argoproj/argo/issues/716#issuecomment-433213190
|
||||||
|
|
Loading…
Reference in a new issue