stacks-instances/otc/penguin-observability.think-ahead.cloud/stacks/ref-implementation/external-secrets/manifests/role.yaml
Richard Robert Reitz eb225233f2 Initial upload
2025-05-26 14:28:25 +02:00

9 lines
No EOL
193 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
namespace: openbao
name: external-secrets-role
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]