Add ingress for argo-ui (#18)

* Fix bug in ui-crb.yaml and add ingress for argo-ui
* Use crd.version value and add ability to specify crd creation job sa
This commit is contained in:
Ilya Sotkov 2018-08-28 01:29:10 +03:00 committed by Jesse Suen
parent 61d426c1ca
commit 2320338591
5 changed files with 63 additions and 5 deletions

View file

@ -9,4 +9,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ .Values.ui.serviceAccount }}
namespace: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}