Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/transformerconfigs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ kind: Kustomization
namespace: example

resources:
- resources.yaml
- resources.yaml
Copy link
Member

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/

Copy link
Member

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


configurations:
- namespace.yaml
Expand Down Expand Up @@ -204,7 +204,7 @@ namePrefix: sample-

configurations:
# Tie target Gorilla to AnimalPark's referrer spec.gorillaRef.
# Once Gorilla name is changed, the AnimalPark referrerd Gorilla name will be changed as well.
# Once Gorilla name is changed, the AnimalPark referred Gorilla name will be changed as well.
- nameReference.yaml
```
nameReference.yaml
Expand Down
Loading