Skip to content

Commit

Permalink
Move helperPod namespace into metadata
Browse files Browse the repository at this point in the history
Signed-off-by: justusbunsi <61625851+justusbunsi@users.noreply.github.com>
  • Loading branch information
justusbunsi authored and derekbit committed Jun 18, 2024
1 parent 3a38547 commit d8318d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ data:
helperPod.yaml: |-
apiVersion: v1
kind: Pod
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
metadata:
name: {{ .Values.configmap.helperPod.name }}
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
{{- with .Values.configmap.helperPod.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit d8318d8

Please sign in to comment.