forked from argoproj/argo-helm
docs(argo-workflows): Add missing value on values.yaml (#782)
* chore(argo-workflows): Add missing value Signed-off-by: yu-croco <yuki.kita22@gmail.com> * reflect review: make it shorter and clearer. Signed-off-by: yu-croco <yuki.kita22@gmail.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>main argo-workflows-0.2.3
parent
03140b36fc
commit
603f2aa8ef
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
appVersion: "v3.0.2"
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
|
|
|
@ -12,6 +12,14 @@ init:
|
|||
|
||||
createAggregateRoles: true
|
||||
|
||||
## String to partially override "argo-workflows.fullname" template
|
||||
##
|
||||
nameOverride:
|
||||
|
||||
## String to fully override "argo-workflows.fullname" template
|
||||
##
|
||||
fullnameOverride:
|
||||
|
||||
# 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…
Reference in New Issue