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

Move helperPod values into configmap

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