You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/04/21 05:56:48 UTC

[pulsar-helm-chart] 09/34: Fix typo in helm chart (#4875)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git

commit 13acfa469043c681a29073e03c09a2e3757158b1
Author: Robert Moucha <ro...@gooddata.com>
AuthorDate: Mon Aug 5 08:39:24 2019 +0200

    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