Set the namespace for the service

like for the other resources
This commit is contained in:
David Constenla
2022-06-09 08:11:06 +02:00
committed by GitHub
parent 1e4016587c
commit 68a353d097
@@ -13,6 +13,7 @@ metadata:
{{ toYaml .Values.reloader.service.labels | indent 4 }}
{{- end }}
name: {{ template "reloader-fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
selector:
{{- if .Values.reloader.deployment.labels }}