From 9d26d5da2935399ed5e7c2925e09d5ce79063c7b Mon Sep 17 00:00:00 2001 From: Ashley Tate Date: Tue, 10 Dec 2024 12:24:36 -0500 Subject: [PATCH] Add service account access to services --- .../060-custom-sa/templates/03-postsync-update-sm_rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-applications/060-custom-sa/templates/03-postsync-update-sm_rbac.yaml b/cluster-applications/060-custom-sa/templates/03-postsync-update-sm_rbac.yaml index 019f37a1..ab5f9bb4 100644 --- a/cluster-applications/060-custom-sa/templates/03-postsync-update-sm_rbac.yaml +++ b/cluster-applications/060-custom-sa/templates/03-postsync-update-sm_rbac.yaml @@ -47,7 +47,7 @@ metadata: {{- end }} rules: - apiGroups: [""] - resources: ["secrets"] + resources: ["secrets", "services"] verbs: ["get", "watch", "list"] ---