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"] ---