-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Code blocks in configure-service-account.md #25969
Add Code blocks in configure-service-account.md #25969
Conversation
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: 8a479c0 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5ff5294bb5bdd4000757c67f 😎 Browse the preview: https://deploy-preview-25969--kubernetes-io-master-staging.netlify.app |
```shell | ||
kubectl get secrets myregistrykey | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This additional indentation is antipattern. Please change it back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank,I will change it back.
383957b
to
9d3a449
Compare
* Add Code blocks in the Markdown spec to make it easy to read. * Uniform case and adjustment description for smoother writing. Signed-off-by: ydFu <[email protected]>
9d3a449
to
8a479c0
Compare
@tengqm |
/lgtm |
LGTM label has been added. Git tree hash: 73908d8d76076d41aeefb66c449fa80d5478db67
|
/assign @savitharaghunathan |
Thanks @ydFu . |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add Code blocks in the Markdown spec to make it easy to read.
Uniform case and adjustment description for smoother writing.
Signed-off-by: ydFu [email protected]