Skip to content

Commit

Permalink
fix: serviceMonitor.create value path
Browse files Browse the repository at this point in the history
  • Loading branch information
in0rdr committed Sep 13, 2024
1 parent b0f208c commit edc60a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vault-monitoring/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.serviceMonitor.create }}
{{- if .Values.vault.serviceMonitor.create }}
apiVersion: v1
kind: Service
metadata:
Expand Down
2 changes: 0 additions & 2 deletions hack/chart-testing/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- secrets-store-csi-driver=https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
- grafana=https://grafana.github.io/helm-charts
chart-dirs:
- charts
additional-commands:
- helm unittest --color {{ .Path }}
- .tmp/bin/ah lint -p {{ .Path }}
Expand Down

0 comments on commit edc60a9

Please sign in to comment.