From 074f4dbadf49f15b996427328574b5ce3e163a92 Mon Sep 17 00:00:00 2001 From: ITViking Date: Thu, 9 Jan 2025 12:33:14 +0100 Subject: [PATCH] reflect changed verbs list --- .../chart/templates/patch-cms-bnf-deployments.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/templates/patch-cms-bnf-deployments.yaml b/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/templates/patch-cms-bnf-deployments.yaml index 19f466cc..0554d162 100644 --- a/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/templates/patch-cms-bnf-deployments.yaml +++ b/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/templates/patch-cms-bnf-deployments.yaml @@ -65,7 +65,7 @@ metadata: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: deployments-patch-list-cluster-role + name: deployments-patch-list-get-patch-cluster-role rules: - apiGroups: [""] resources: ["namespaces"] @@ -84,5 +84,5 @@ subjects: namespace: default roleRef: kind: ClusterRole - name: deployments-patch-list-cluster-role + name: deployments-patch-list-get-patch-cluster-role apiGroup: rbac.authorization.k8s.io