From 13acfa469043c681a29073e03c09a2e3757158b1 Mon Sep 17 00:00:00 2001 From: Robert Moucha Date: Mon, 5 Aug 2019 08:39:24 +0200 Subject: [PATCH] Fix typo in helm chart (#4875) ### Motivation Incorrect value is being used in Pulsar Helm template `autorecovery-deployment.yaml` ### Modifications Proper variable name set. ### Verifying this change Fixed variable name is already set in `values.yaml` and `values-mini.yaml`. This change is a trivial rework / code cleanup without any test coverage. ### Documentation None needed. --- pulsar/templates/autorecovery-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/templates/autorecovery-deployment.yaml b/pulsar/templates/autorecovery-deployment.yaml index fe1dd08..f5b2f16 100644 --- a/pulsar/templates/autorecovery-deployment.yaml +++ b/pulsar/templates/autorecovery-deployment.yaml @@ -73,7 +73,7 @@ spec: values: - {{ .Values.bookkeeper.component }} topologyKey: "kubernetes.io/hostname" - terminationGracePeriodSeconds: {{ .Values.dashboard.gracePeriod }} + terminationGracePeriodSeconds: {{ .Values.autoRecovery.gracePeriod }} initContainers: # This init container will wait for zookeeper to be ready before # deploying the bookies