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]>
  • Loading branch information
ericsyh authored Jul 17, 2024
1 parent eddd814 commit 2103aac
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 @@ -7,7 +7,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 @@ -7,7 +7,4 @@ kind: PulsarCoordinator
metadata:
name: "{{ template "pulsar.fullname" . }}-coordinator"
namespace: {{ template "pulsar.namespace" . }}
spec:
toolSet:
enabled: false
{{- end }}

0 comments on commit 2103aac

Please sign in to comment.