Remove "enabled" from service.
All checks were successful
ci/woodpecker/push/mastodon Pipeline was successful

This commit is contained in:
Alex Manning 2023-03-01 20:38:59 +00:00
parent 931ef940d4
commit c12d5580bd

View file

@ -1,4 +1,3 @@
{{- if .Values.esphome.enabled -}}
apiVersion: v1
kind: Service
metadata:
@ -18,4 +17,3 @@ spec:
selector:
hass.kube.a09.uk/automationService: esphome
{{- include "esphome.selectorLabels" . | nindent 4 }}
{{- end }}