Skip to content

Commit

Permalink
Merge pull request #13 from ricard-jimenez/service_monitor_endpoint_c…
Browse files Browse the repository at this point in the history
…onfigurable

Fix YAML parse error
  • Loading branch information
atkrad authored Apr 21, 2023
2 parents 9c43a4b + 0729129 commit 5f11cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/helmet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: helmet
description: Helmet is a library Helm Chart for grouping common logics. This chart is not deployable by itself.
home: https://github.com/companyinfo/helm-charts/blob/main/charts/helmet
type: library
version: "0.6.4"
appVersion: "0.6.4"
version: "0.6.5"
appVersion: "0.6.5"
keywords:
- common
- helper
Expand Down
2 changes: 1 addition & 1 deletion charts/helmet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependency on what we call the `Helmet` library.

dependencies:
- name: helmet
version: 0.6.3
version: 0.6.5
repository: https://companyinfo.github.io/helm-charts
import-values: # <== It is mandatory if you want to import the Helmet default values.
- defaults
Expand Down
1 change: 0 additions & 1 deletion charts/helmet/templates/_servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
endpoints:
- port: {{ .Values.serviceMonitor.port | quote }}
path: {{ .Values.serviceMonitor.path | quote }}
{{- include "common.tplvalues.render" (dict "value" .Values.serviceMonitor.namespaceSelector "context" $) | indent 4 }}
{{- if .Values.serviceMonitor.interval }}
interval: {{ .Values.serviceMonitor.interval }}
{{- end }}
Expand Down

0 comments on commit 5f11cb6

Please sign in to comment.