From 3cd3143bb898639f277455b1c493543b837feb82 Mon Sep 17 00:00:00 2001 From: Colin Copeland Date: Tue, 1 Feb 2022 17:28:34 -0500 Subject: [PATCH] add networking.k8s.io apiGroup Grant deploy-account access to create new Ingress objects --- templates/deploy_account.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/deploy_account.yaml.j2 b/templates/deploy_account.yaml.j2 index c0ed0b7..65b418c 100644 --- a/templates/deploy_account.yaml.j2 +++ b/templates/deploy_account.yaml.j2 @@ -16,6 +16,7 @@ rules: - apps - batch - extensions + - networking.k8s.io resources: - configmaps - deployments