Skip to content

Commit c86fa5a

Browse files
david-yuandrewstuckiJakeSCahill
authored
Update authentication.adoc - update details on config-watcher (#1165)
Co-authored-by: Andrew Stucki <andrew.stucki@gmail.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com>
1 parent ad1a89e commit c86fa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/manage/partials/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ kubectl create secret generic redpanda-superusers \
321321
--dry-run=client -o yaml | kubectl apply -f -
322322
----
323323
+
324-
The xref:reference:k-redpanda-helm-spec.adoc#statefulset-sidecars-configwatcher-enabled[`config-watcher` sidecar] in the Pod polls the Secret resource for changes and triggers a rolling upgrade to add the new superusers to the Redpanda cluster.
324+
The xref:reference:k-redpanda-helm-spec.adoc#statefulset-sidecars-configwatcher-enabled[`config-watcher` sidecar] in the Pod watches the superusers Secret for changes. When changes are observed, it creates and updates users accordingly.
325325

326326
- If you created superusers using a YAML list, you can update the list:
327327
+

0 commit comments

Comments
 (0)