2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00
Files
kubernetes/manifests/grafana-agent/base/kustomization.yaml
2025-06-12 00:04:10 +09:30

27 lines
589 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ServiceAccount-GrafanaAgent.yaml
- ClusterRole-GrafanaAgent.yaml
- ClusterRoleBinding-Grafana-Agent.yaml
- ConfigMap-GrafanaAgent.yaml
- Daemonset-GrafanaAgent.yaml
- Service-GrafanaAgent.yaml
# replacements:
# - source:
# kind: DaemonSet
# name: grafana-agent
# fieldPath: metadata.namespace
# targets:
# - select:
# kind: ClusterRoleBinding
# name: grafana-agent
# fieldPaths:
# - subjects.[name=grafana-agent].namespace