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"