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:
parent
515c745648
commit
13acfa4690
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user