From 83313ada117e46153a4ed3203dabb77e9d62e764 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Wed, 30 Nov 2022 19:53:26 +0100 Subject: [PATCH] fixed condition Signed-off-by: Christian Kotzbauer --- charts/vulnerability-operator/Chart.yaml | 2 +- charts/vulnerability-operator/templates/servicemonitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vulnerability-operator/Chart.yaml b/charts/vulnerability-operator/Chart.yaml index b1d4e8e..42ecf7b 100644 --- a/charts/vulnerability-operator/Chart.yaml +++ b/charts/vulnerability-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Scans SBOMs for vulnerabilities name: vulnerability-operator -version: 0.13.1 +version: 0.13.2 appVersion: 0.13.0 home: https://github.com/ckotzbauer/vulnerability-operator sources: diff --git a/charts/vulnerability-operator/templates/servicemonitor.yaml b/charts/vulnerability-operator/templates/servicemonitor.yaml index 96bbc90..aaec062 100644 --- a/charts/vulnerability-operator/templates/servicemonitor.yaml +++ b/charts/vulnerability-operator/templates/servicemonitor.yaml @@ -7,7 +7,7 @@ metadata: {{- include "app.labels" . | nindent 4 }} {{- if .Values.servicemonitor.additionalLabels }} {{- toYaml .Values.servicemonitor.additionalLabels | nindent 4 }} - {{- end -}} + {{- end }} spec: selector: matchLabels: