fix(argo-workflows): use template for ingress .Capabilities (#795)
* fix(argo-workflows): use argo-workflows.ingress.apiVersion for ingress (#794) Signed-off-by: Sevan Murriguian-Watrin <smurriguian@smartadserver.com> * feat(argo-workflows): Add option to override kubeVersion Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
87af20fd06
commit
eecc88fbd7
4 changed files with 19 additions and 8 deletions
|
|
@ -20,6 +20,10 @@ nameOverride:
|
|||
##
|
||||
fullnameOverride:
|
||||
|
||||
## Override the Kubernetes version, which is used to evaluate certain manifests
|
||||
##
|
||||
kubeVersionOverride: ""
|
||||
|
||||
# Restrict Argo to only deploy into a single namespace by apply Roles and RoleBindings instead of the Cluster equivalents,
|
||||
# and start argo-cli with the --namespaced flag. Use it in clusters with strict access policy.
|
||||
singleNamespace: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue