diff --git a/stable/argo-controller/Chart.yaml b/stable/argo-controller/Chart.yaml index 2ec2f7b9..c994f6ae 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.10 +version: 0.0.11 # 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 a0f7f00d..c80c88ca 100644 --- a/stable/argo-controller/templates/deployment-workflows.yaml +++ b/stable/argo-controller/templates/deployment-workflows.yaml @@ -39,6 +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 }} env: {{- if .Values.storageAccount.existingSecret }} - name: ARGO_SECRET_NAME diff --git a/stable/argo-controller/values.yaml b/stable/argo-controller/values.yaml index 9d14a2b4..667abc03 100644 --- a/stable/argo-controller/values.yaml +++ b/stable/argo-controller/values.yaml @@ -62,3 +62,9 @@ serviceAccount: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" + +workflows: + args: + namespaceAdminsRoleBindingName: + userInterfaceClusterRoleName: + argoWorkflowsClusterRoleName: