Skip to content

Commit 0f40322

Browse files
authored
Enclose secret in single quotes (#399)
1 parent 3051de1 commit 0f40322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/manage/pages/cluster-maintenance/config-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To set a cluster property with a secret, you must use the following notation:
4545
4646
[source,bash]
4747
----
48-
rpk cluster config set iceberg_rest_catalog_client_secret ${secrets.<secret-name>}
48+
rpk cluster config set iceberg_rest_catalog_client_secret '${secrets.<secret-name>}'
4949
----
5050
5151
NOTE: Some properties require a rolling restart, and it can take several minutes for the update to complete. The `rpk cluster config set` command returns the operation ID.

0 commit comments

Comments
 (0)