Skip to content

Commit b53da9f

Browse files
author
Diego Luisi
committed
[ci skip] ⚡
1 parent 013dbc7 commit b53da9f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/grafana/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ helmCharts:
1010
valuesInline:
1111
fullname: grafana
1212
useStatefulSet: true
13-
persistence:
14-
enabled: true
15-
existingClaim: grafana
13+
# persistence:
14+
# enabled: true
15+
# existingClaim: grafana
1616
nodeSelector:
1717
topology.kubernetes.io/zone: "us-east-1c"
1818
serviceMonitor:

apps/grafana/overlays/ops/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../../base
5-
- pvc.yaml
5+
# - pvc.yaml
66
- secrets.yaml
77
- virtual-service.yaml

0 commit comments

Comments
 (0)