From d8035775e7f774f99b87ef1469a18a75b3c59fed Mon Sep 17 00:00:00 2001 From: Michael Patsula Date: Thu, 18 Jul 2024 15:20:26 -0400 Subject: [PATCH] fix(argo-controller): workflows arguments (#469) --- stable/argo-controller/Chart.yaml | 2 +- stable/argo-controller/templates/deployment-workflows.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/argo-controller/Chart.yaml b/stable/argo-controller/Chart.yaml index c994f6ae..279e50c1 100644 --- a/stable/argo-controller/Chart.yaml +++ b/stable/argo-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.11 +version: 0.0.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/stable/argo-controller/templates/deployment-workflows.yaml b/stable/argo-controller/templates/deployment-workflows.yaml index c80c88ca..e434757d 100644 --- a/stable/argo-controller/templates/deployment-workflows.yaml +++ b/stable/argo-controller/templates/deployment-workflows.yaml @@ -39,9 +39,9 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} args: - workflows - - -- namespace-admins-role-binding-name={{ required "workflows.args.namespaceAdminsRoleBindingName is required" .Values.workflows.args.namespaceAdminsRoleBindingName }} - - -- user-interface-cluster-role-name={{ required "workflows.args.userInterfaceClusterRoleName is required" .Values.workflows.args.userInterfaceClusterRoleName }} - - -- argo-workflows-cluster-role-name={{ required "workflows.args.argoWorkflowsClusterRoleName is required" .Values.workflows.args.argoWorkflowsClusterRoleName }} + - --namespace-admins-role-binding-name={{ required "workflows.args.namespaceAdminsRoleBindingName is required" .Values.workflows.args.namespaceAdminsRoleBindingName }} + - --user-interface-cluster-role-name={{ required "workflows.args.userInterfaceClusterRoleName is required" .Values.workflows.args.userInterfaceClusterRoleName }} + - --argo-workflows-cluster-role-name={{ required "workflows.args.argoWorkflowsClusterRoleName is required" .Values.workflows.args.argoWorkflowsClusterRoleName }} env: {{- if .Values.storageAccount.existingSecret }} - name: ARGO_SECRET_NAME