Skip to content
Snippets Groups Projects
Commit dc539e38 authored by JustusBunsi's avatar JustusBunsi Committed by Derek Su
Browse files

Move helperPod namespace into metadata

parent fbf8f989
Branches
Tags
No related merge requests found
...@@ -36,9 +36,9 @@ data: ...@@ -36,9 +36,9 @@ data:
helperPod.yaml: |- helperPod.yaml: |-
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
metadata: metadata:
name: {{ .Values.configmap.helperPod.name }} name: {{ .Values.configmap.helperPod.name }}
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
{{- with .Values.configmap.helperPod.annotations }} {{- with .Values.configmap.helperPod.annotations }}
annotations: annotations:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment