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.
This commit is contained in:
Robert Moucha 2019-08-05 08:39:24 +02:00 committed by Sijie Guo
parent 515c745648
commit 13acfa4690

View File

@ -73,7 +73,7 @@ spec:
values: values:
- {{ .Values.bookkeeper.component }} - {{ .Values.bookkeeper.component }}
topologyKey: "kubernetes.io/hostname" topologyKey: "kubernetes.io/hostname"
terminationGracePeriodSeconds: {{ .Values.dashboard.gracePeriod }} terminationGracePeriodSeconds: {{ .Values.autoRecovery.gracePeriod }}
initContainers: initContainers:
# This init container will wait for zookeeper to be ready before # This init container will wait for zookeeper to be ready before
# deploying the bookies # deploying the bookies