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

Move helperPod values into configmap

parent b134a0ec
No related branches found
No related tags found
No related merge requests found
......@@ -36,10 +36,10 @@ data:
helperPod.yaml: |-
apiVersion: v1
kind: Pod
namespace: {{ default .Release.Namespace .Values.helperPod.namespaceOverride }}
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
metadata:
name: {{ .Values.helperPod.name }}
{{- with .Values.helperPod.annotations }}
name: {{ .Values.configmap.helperPod.name }}
{{- with .Values.configmap.helperPod.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
......
......@@ -156,7 +156,6 @@ configmap:
#!/bin/sh
set -eu
rm -rf "$VOL_DIR"
helperPod:
# Allows to run the helper pod in another namespace. Uses release namespace by default.
namespaceOverride: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment