Update chart to use workflow-controller v2.2.1, bump chart version to v0.3.0
This commit is contained in:
parent
b487b6c107
commit
8af4ee0943
13 changed files with 35 additions and 77 deletions
|
|
@ -24,7 +24,10 @@ spec:
|
|||
env:
|
||||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
{{- if .Values.ui.enableWebConsole }}
|
||||
- name: ENABLE_WEB_CONSOLE
|
||||
value: "true"
|
||||
{{- end }}
|
||||
- name: ARGO_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
- name: BASE_HREF
|
||||
value: /
|
||||
Loading…
Add table
Add a link
Reference in a new issue