Skip to content

Commit

Permalink
fix svc test
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr committed Nov 26, 2024
1 parent 3cf4d92 commit f65590f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stable/mlrun/templates/alerts-service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{ if .Values.api.microservices.enabled}}
{{- if semverCompare ">=1.8.0-X" .Values.api.image.tag -}}
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -37,4 +36,3 @@ spec:
selector:
{{- include "mlrun.api.microservices.alerts.selectorLabels" . | nindent 4 }}
{{- end -}}
{{- end -}}

0 comments on commit f65590f

Please sign in to comment.