Skip to content

Commit

Permalink
fix matching labels
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Nov 15, 2023
1 parent a3fb025 commit 8cbf48e
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2
version: 1.3.5
3 changes: 2 additions & 1 deletion charts/gdscan/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ spec:
- port: {{ .Values.metrics.servicemonitor.port | quote }}
path: {{ .Values.metrics.servicemonitor.path }}
selector:
{{- include "gdscan.selectorLabels" . | nindent 4 }}
matchLabels:
{{- include "gdscan.selectorLabels" . | nindent 8 }}
{{- end }}

0 comments on commit 8cbf48e

Please sign in to comment.