From a41ea8cd0ba5a84e1b422e9a6431810fd84c40f2 Mon Sep 17 00:00:00 2001 From: Michiel De Mey Date: Fri, 16 Oct 2020 18:03:48 +0200 Subject: [PATCH] docs: Fixed typo in values comment (#469) --- charts/argo/Chart.yaml | 2 +- charts/argo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 94cad6c1..744996b6 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.11.3 description: A Helm chart for Argo Workflows name: argo -version: 0.13.1 +version: 0.13.2 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 8ece66d5..a6cceec0 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -24,7 +24,7 @@ createAggregateRoles: true singleNamespace: false workflow: - namespace: "" # Speficy namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. + namespace: "" # Specify namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. serviceAccount: create: false # Specifies whether a service account should be created annotations: {}