We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 473d11f + bd66bdc commit 74c98b7Copy full SHA for 74c98b7
modules/nodes-application-secrets-using.adoc
@@ -44,7 +44,7 @@ $ oc apply -f service-account-token-secret.yaml
44
+
45
[source,terminal]
46
-----
47
-$ oc get secret <sa_token_secret> -o jsonpath='{.data.token}' | base64 --decode) <1>
+$ oc get secret <sa_token_secret> -o jsonpath='{.data.token}' | base64 --decode <1>
48
49
50
.Example output
0 commit comments