k3s/namespaces/k8s-sidecar-role.yaml
Jonathan Leech-Pepin 6e4bb949bd
Fix gatus naming due to prefix
- Move k8s cluster role to top level so it can be re-used for other k8s-sidecar
  containers if I ever find a second use.
2025-04-26 11:15:11 -04:00

8 lines
182 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: k8s-sidecar
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "watch", "list"]