Skip to content

Commit

Permalink
quotify port for servicemonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Nov 13, 2023
1 parent 9be88fb commit 892bc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- name: G DATA CyberDefense AG
email: [email protected]
type: application
version: 1.3.0
version: 1.3.1
2 changes: 1 addition & 1 deletion charts/gdscan/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
matchLabels:
{{- include "gdscan.selectorLabels" . | nindent 8 }}
endpoints:
- port: {{ .Values.metrics.servicemonitor.port }}
- port: {{ .Values.metrics.servicemonitor.port | quote }}
path: {{ .Values.metrics.servicemonitor.path }}
scheme: {{ .Values.metrics.servicemonitor.scheme | quote }}
namespaceSelector:
Expand Down

0 comments on commit 892bc2d

Please sign in to comment.