-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: fix transformer config #5885
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
base: master
Are you sure you want to change the base?
docs: fix transformer config #5885
Conversation
This PR has multiple commits, and the default merge method is: merge. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chansuke The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -131,7 +131,7 @@ kind: Kustomization | |||
namespace: example | |||
|
|||
resources: | |||
- resources.yaml | |||
- resources.yaml |
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.
Could you change every example to unify space less indent style like docs?
ref: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/resource/
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.
+1 to this, agree with @koba1t that it would look better
HI @chansuke I added a review comment. I hope you check my preference. |
While reading the documentation of Transformer Configurations and found a few things to fix.