Values file is where people go and look for customization options

This commit is contained in:
Laszlo Fogas
2020-10-14 14:46:37 +02:00
parent 63aaf089c4
commit f98694d85f
9 changed files with 41 additions and 18 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- end }}
command:
- {{ .Values.shell | default "/bin/sh" }}
- {{ .Values.shell }}
- -c
- {{ .Values.command | quote }}
envFrom:
+1
View File
@@ -5,6 +5,7 @@ image:
schedule: "*/1 * * * *"
command: |
echo "I'm alive"
shell: "/bin/sh"
nameOverride: ""
fullnameOverride: ""
+1 -1
View File
@@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.command }}
command:
- {{ .Values.shell | default "/bin/sh" }}
- {{ .Values.shell }}
- -c
- {{ .Values.command | quote }}
{{- end }}
+2
View File
@@ -28,3 +28,5 @@ probe: "/"
secret:
enabled: false
shell: "/bin/sh"