Merge pull request #318 from daconstenla/patch-1

Set the namespace for the service
This commit is contained in:
Faizan Ahmad
2022-06-09 18:11:53 +02:00
committed by GitHub
@@ -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 }}