提交 75dbd2a7 编写于 作者: R Robert Moucha 提交者: Jia Zhai

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.

(cherry picked from commit 2b52ccb2)
上级 7ec92b6d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册