fixed condition
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
f87e0cb7e0
commit
83313ada11
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Scans SBOMs for vulnerabilities
|
description: Scans SBOMs for vulnerabilities
|
||||||
name: vulnerability-operator
|
name: vulnerability-operator
|
||||||
version: 0.13.1
|
version: 0.13.2
|
||||||
appVersion: 0.13.0
|
appVersion: 0.13.0
|
||||||
home: https://github.com/ckotzbauer/vulnerability-operator
|
home: https://github.com/ckotzbauer/vulnerability-operator
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
{{- include "app.labels" . | nindent 4 }}
|
{{- include "app.labels" . | nindent 4 }}
|
||||||
{{- if .Values.servicemonitor.additionalLabels }}
|
{{- if .Values.servicemonitor.additionalLabels }}
|
||||||
{{- toYaml .Values.servicemonitor.additionalLabels | nindent 4 }}
|
{{- toYaml .Values.servicemonitor.additionalLabels | nindent 4 }}
|
||||||
{{- end -}}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue