From 81e2e5d7708196997a5454394e0a86d11595c427 Mon Sep 17 00:00:00 2001 From: yu-croco Date: Thu, 3 Jun 2021 19:38:44 +0900 Subject: [PATCH] reflect review: make it shorter and clearer. Signed-off-by: yu-croco --- charts/argo-workflows/values.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 339285a6..68429cc4 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -12,9 +12,12 @@ 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: "" +## 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.