Skip to content

Commit 74c98b7

Browse files
authored
Merge pull request #65913 from mburke5678/nodes-fix-errors-3
Nodes fix Creating and using secrets command
2 parents 473d11f + bd66bdc commit 74c98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-application-secrets-using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ oc apply -f service-account-token-secret.yaml
4444
+
4545
[source,terminal]
4646
-----
47-
$ oc get secret <sa_token_secret> -o jsonpath='{.data.token}' | base64 --decode) <1>
47+
$ oc get secret <sa_token_secret> -o jsonpath='{.data.token}' | base64 --decode <1>
4848
-----
4949
+
5050
.Example output

0 commit comments

Comments
 (0)