We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013dbc7 commit b53da9fCopy full SHA for b53da9f
2 files changed
apps/grafana/base/kustomization.yaml
@@ -10,9 +10,9 @@ helmCharts:
10
valuesInline:
11
fullname: grafana
12
useStatefulSet: true
13
- persistence:
14
- enabled: true
15
- existingClaim: grafana
+ # persistence:
+ # enabled: true
+ # existingClaim: grafana
16
nodeSelector:
17
topology.kubernetes.io/zone: "us-east-1c"
18
serviceMonitor:
apps/grafana/overlays/ops/kustomization.yaml
@@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- ../../base
5
- - pvc.yaml
+ # - pvc.yaml
6
- secrets.yaml
7
- virtual-service.yaml
0 commit comments