Skip to content

Commit

Permalink
fix: pulsar_coordinator template issue (#1181)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
(cherry picked from commit 2103aac)
  • Loading branch information
ericsyh committed Oct 22, 2024
1 parent 53bd4a7 commit b8d1dc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ kind: PulsarCoordinator
metadata:
name: "{{ template "pulsar.fullname" . }}-coordinator"
namespace: {{ template "pulsar.namespace" . }}
spec:
toolSet:
enabled: false
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ kind: PulsarCoordinator
metadata:
name: "{{ template "pulsar.fullname" . }}-coordinator"
namespace: {{ template "pulsar.namespace" . }}
spec:
toolSet:
enabled: false
{{- end }}

0 comments on commit b8d1dc5

Please sign in to comment.