monitoring: allow smtp sync to get target secret

This commit is contained in:
Brad Stein 2026-01-11 00:32:41 -03:00
parent abb15ddbb4
commit 95c3e2de37

View File

@ -32,7 +32,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create", "update", "patch"]
verbs: ["get", "create", "update", "patch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding