We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566d9c3 commit 8b80c00Copy full SHA for 8b80c00
2 files changed
apps/grafana/base/kustomization.yaml
@@ -5,14 +5,14 @@ helmCharts:
5
- name: grafana
6
includeCRDs: true
7
releaseName: grafana
8
- version: 8.0.0
+ version: 8.0.2
9
repo: https://grafana.github.io/helm-charts
10
valuesInline:
11
fullname: grafana
12
useStatefulSet: true
13
persistence:
14
enabled: true
15
- existingClaim: storage-grafana-0
+ # existingClaim: storage-grafana-0
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
- - pvc.yaml
+ # - pvc.yaml
- secrets.yaml
- virtual-service.yaml
0 commit comments