chore(argo-workflows): Add missing value

Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
yu-croco 2021-06-03 14:24:44 +09:00
parent 44aa7ed710
commit 2e70998757
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -12,6 +12,10 @@ init:
createAggregateRoles: true
# Override app name
# Internally, this will be truncated at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
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