From 72c6f180ba43ad5684f17a169d889416dedf60d7 Mon Sep 17 00:00:00 2001 From: ii2day Date: Thu, 16 Feb 2023 17:43:00 +0800 Subject: [PATCH] Keep notes's variables consistent with documents Signed-off-by: ii2day --- submariner-k8s-broker/templates/NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submariner-k8s-broker/templates/NOTES.txt b/submariner-k8s-broker/templates/NOTES.txt index 60289d4..2728d1e 100644 --- a/submariner-k8s-broker/templates/NOTES.txt +++ b/submariner-k8s-broker/templates/NOTES.txt @@ -6,5 +6,5 @@ You can retrieve the server URL by running The broker client token and CA can be retrieved by running - $ SUBMARINER_BROKER_CA=$(kubectl -n "${SUBMARINER_BROKER_NS}" get secrets "${SUBMARINER_BROKER_NS}-client-token" -o jsonpath="{.data['ca\.crt']}") - $ SUBMARINER_BROKER_TOKEN=$(kubectl -n "${SUBMARINER_BROKER_NS}" get secrets "${SUBMARINER_BROKER_NS}-client-token" -o jsonpath="{.data.token}"|base64 --decode) + $ SUBMARINER_BROKER_CA=$(kubectl -n "${BROKER_NS}" get secrets "${BROKER_NS}-client-token" -o jsonpath="{.data['ca\.crt']}") + $ SUBMARINER_BROKER_TOKEN=$(kubectl -n "${BROKER_NS}" get secrets "${BROKER_NS}-client-token" -o jsonpath="{.data.token}"|base64 --decode)