Skip to content

Commit

Permalink
Fix the identation in bookkeeper-cluster-initialize (#246)
Browse files Browse the repository at this point in the history
---
  • Loading branch information
zymap authored Jul 6, 2021
1 parent 4958a0a commit 94c13d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pulsar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apiVersion: v1
appVersion: "2.7.0"
description: Apache Pulsar Helm chart for Kubernetes
name: pulsar
version: 2.7.0-rc.6
version: 2.7.0-rc.8
home: https://streamnative.io
sources:
- https://github.com/streamnative/charts/pulsar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ spec:
volumes:
{{- include "pulsar.toolset.certs.volumes" . | nindent 6 }}
{{- if .Values.zookeeper.customTools.restore.enable }}
- name: cleanup-config
configMap:
name: "{{ template "pulsar.fullname" . }}-{{ .Values.zookeeper.customTools.restore.component }}"
- name: cleanup-config
configMap:
name: "{{ template "pulsar.fullname" . }}-{{ .Values.zookeeper.customTools.restore.component }}"
{{- end }}
restartPolicy: Never
{{- end }}
Expand Down

0 comments on commit 94c13d8

Please sign in to comment.