Remove hard-coded UpdateStrategy from templates

Provided an option to specify the UpdateStrategy
in helm  charts.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-01-02 14:18:30 +05:30
committed by mergify[bot]
parent 74cb18bd28
commit 4d28a981fc
6 changed files with 7 additions and 5 deletions

View File

@ -16,7 +16,7 @@ spec:
component: {{ .Values.nodeplugin.name }}
release: {{ .Release.Name }}
updateStrategy:
type: OnDelete
type: {{ .Values.nodeplugin.updateStrategy }}
template:
metadata:
labels: