chore: Update manifests after change

This commit is contained in:
2025-12-09 23:59:44 +00:00
parent 648daeec0a
commit 9c12e1dfb6
1118 changed files with 29 additions and 1632 deletions

View File

@@ -1,5 +1,4 @@
---
# Source: loki/charts/loki/templates/backend/clusterrole.yaml
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
@@ -10,6 +9,6 @@ metadata:
app.kubernetes.io/version: "3.5.7"
name: loki-clusterrole
rules:
- apiGroups: [""] # "" indicates the core API group
- apiGroups: [""]
resources: ["configmaps", "secrets"]
verbs: ["get", "watch", "list"]