Add ability to not deploy Argo UI
This commit is contained in:
parent
92599031ec
commit
0b0e42c6ca
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
{{ if .Values.ui.enabled }}
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
@ -19,3 +20,4 @@ spec:
|
|||
env:
|
||||
- name: IN_CLUSTER
|
||||
value: "true"
|
||||
{{ end }}
|
|
@ -5,6 +5,8 @@ executorImage: argoexec
|
|||
imagesTag: v2.1.0-alpha1
|
||||
controllerName: workflow-controller
|
||||
|
||||
ui:
|
||||
enabled: true
|
||||
# Enables ability to SSH into pod using web UI
|
||||
enableWebConsole: false
|
||||
uiName: ui
|
||||
|
|
Loading…
Reference in a new issue