Skip to content

Commit

Permalink
fix: detector extraArgs missed default auth configs
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed Jun 4, 2024
1 parent 45673ac commit 770f31a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ spec:
-{{ $key }}
{{- end }}
{{- end }}
{{- if .Values.auth.authentication.enabled }}
-auth-plugin token
-auth-params "{\"token\":\"$brokerClientAuthenticationParameters\"}"
{{- end }}
-service-url {{ template "pulsar.detector.serviceUrl" . }}
-webservice-url {{ template "pulsar.detector.webServiceUrl" . }};
{{- else }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ spec:
-{{ $key }}
{{- end }}
{{- end }}
{{- if .Values.auth.authentication.enabled }}
-auth-plugin token
-auth-params "{\"token\":\"$brokerClientAuthenticationParameters\"}"
{{- end }}
-service-url {{ template "pulsar.detector.serviceUrl" . }}
-webservice-url {{ template "pulsar.detector.webServiceUrl" . }};
{{- else }}
Expand Down

0 comments on commit 770f31a

Please sign in to comment.