From 9316ad96c5b427bb45df0c02bdaec4792b91d2e4 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Thu, 25 Feb 2021 13:30:23 -0800 Subject: [PATCH] fix(argo): Add missing API version to aggregate roles. Signed-off-by: Vlad Losev --- charts/argo/templates/workflow-aggregate-roles.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo/templates/workflow-aggregate-roles.yaml b/charts/argo/templates/workflow-aggregate-roles.yaml index fd0526ac..b89e7b13 100644 --- a/charts/argo/templates/workflow-aggregate-roles.yaml +++ b/charts/argo/templates/workflow-aggregate-roles.yaml @@ -1,4 +1,5 @@ {{- if .Values.createAggregateRoles }} +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: annotations: