Skip to content

Commit

Permalink
Merge pull request stakater#280 from jsoref/issue-278
Browse files Browse the repository at this point in the history
Add .Release.Namespace
  • Loading branch information
faizanahmad055 authored Jan 2, 2022
2 parents bcbaad8 + ce2866b commit 8e3aad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
{{ toYaml .Values.reloader.matchLabels | indent 4 }}
{{- end }}
name: {{ template "reloader-fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
revisionHistoryLimit: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ metadata:
{{ toYaml .Values.reloader.matchLabels | indent 4 }}
{{- end }}
name: {{ template "reloader-serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end }}

0 comments on commit 8e3aad3

Please sign in to comment.