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.
1 parent a725b8e commit bd66bdcCopy full SHA for bd66bdc
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