From e8b9cc2e17056ec2da15b42676ec1371fbe47a7a Mon Sep 17 00:00:00 2001 From: Swalloow Date: Tue, 15 Aug 2023 16:51:36 +0900 Subject: [PATCH] Fix create permission error when nodefeature enabled --- deployments/helm/gpu-feature-discovery/templates/rbac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/helm/gpu-feature-discovery/templates/rbac.yaml b/deployments/helm/gpu-feature-discovery/templates/rbac.yaml index c5e2ce9..1b1eda1 100644 --- a/deployments/helm/gpu-feature-discovery/templates/rbac.yaml +++ b/deployments/helm/gpu-feature-discovery/templates/rbac.yaml @@ -18,6 +18,7 @@ rules: - get - list - watch + - create - update --- apiVersion: rbac.authorization.k8s.io/v1