From 77b369d536c29c38485fc1248d2ee025319f79f6 Mon Sep 17 00:00:00 2001 From: smcavallo Date: Sun, 31 Jan 2021 23:37:43 -0500 Subject: [PATCH] remove additionalServiceAccountRules for deprecated api Signed-off-by: smcavallo --- charts/argo-events/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/argo-events/values.yaml b/charts/argo-events/values.yaml index 36b317f3..4bbd0c7d 100644 --- a/charts/argo-events/values.yaml +++ b/charts/argo-events/values.yaml @@ -21,7 +21,6 @@ additionalSaNamespaces: [] additionalServiceAccountRules: - apiGroups: - apiextensions.k8s.io - - apiextensions.k8s.io/v1beta1 verbs: - create - delete