From 3e0d74a020d238c504feefb44fa150d906724f54 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Thu, 3 Jun 2021 13:03:02 +0200 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Marco Kilchhofer --- charts/argo-workflows/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index e5dab9f5..7de0dfea 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -14,11 +14,11 @@ createAggregateRoles: true ## String to partially override "argo-workflows.fullname" template ## -# nameOverride: +nameOverride: ## String to fully override "argo-workflows.fullname" template ## -# fullnameOverride: +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.