This commit is contained in:
V
2025-12-06 23:12:48 +00:00
parent 3fdf119e94
commit dc4001f711
12 changed files with 22 additions and 8 deletions
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Namespace is specified in each file in this case due to an issue with the RoleBinding
# namespace: monitoring
resources:
- grafana-auth-secret.yaml
- kube-prometheus-stack.yaml
- cm/
configurations:
- kustomizeconfig.yaml
@@ -5,9 +5,3 @@ kind: Kustomization
resources:
- namespace.yaml
- rbac.yaml
- grafana-auth-secret.yaml
- kube-prometheus-stack.yaml
- metrics-server.yaml
- cm/
configurations:
- kustomizeconfig.yaml
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Namespace is specified in each file in this case due to an issue with the RoleBinding
# namespace: monitoring
resources:
- metrics-server.yaml