From 6596bc6034b361f50f21ff4cdbca30ae7e5074e7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 19 Oct 2020 14:55:14 +0200 Subject: [PATCH] helm: fix permissions for ingresses in networking --- helm/templates/service-account.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/templates/service-account.yaml b/helm/templates/service-account.yaml index 09bab4057..1c7f9d070 100644 --- a/helm/templates/service-account.yaml +++ b/helm/templates/service-account.yaml @@ -28,9 +28,9 @@ rules: - "patch" - apiGroups: - "extensions" - - "networking" + - "networking.k8s.io" resources: - - "ingress" + - "ingresses" verbs: - "get" - "create"