Skip to content

Commit 99c3ef2

Browse files
committed
fix: remove trailing whitespace in readme gen
This should help users start out with a README that avoids trailing whitespaces.
1 parent 011383c commit 99c3ef2

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

docs/book/src/component-config-tutorial/testdata/project/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

docs/book/src/cronjob-tutorial/testdata/project/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

docs/book/src/getting-started/testdata/project/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

pkg/plugins/golang/v4/scaffolds/internal/templates/readme.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ const readmeFileTemplate = `# {{ .ProjectName }}
8080
8181
%s
8282
83-
**NOTE:** This image ought to be published in the personal registry you specified.
84-
And it is required to have access to pull the image from the working environment.
83+
**NOTE:** This image ought to be published in the personal registry you specified.
84+
And it is required to have access to pull the image from the working environment.
8585
Make sure you have the proper permission to the registry if the above commands don’t work.
8686
8787
**Install the CRDs into the cluster:**
@@ -92,7 +92,7 @@ Make sure you have the proper permission to the registry if the above commands d
9292
9393
%s
9494
95-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
95+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
9696
privileges or be logged in as admin.
9797
9898
**Create instances of your solution**

testdata/project-v4-multigroup-with-deploy-image/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project-v4-multigroup-with-deploy-image:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project-v4-multigroup-with-deploy-image:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

testdata/project-v4-multigroup/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project-v4-multigroup:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project-v4-multigroup:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

testdata/project-v4-with-deploy-image/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project-v4-with-deploy-image:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project-v4-with-deploy-image:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

testdata/project-v4-with-grafana/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project-v4-with-grafana:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project-v4-with-grafana:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

testdata/project-v4/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
make docker-build docker-push IMG=<some-registry>/project-v4:tag
2020
```
2121

22-
**NOTE:** This image ought to be published in the personal registry you specified.
23-
And it is required to have access to pull the image from the working environment.
22+
**NOTE:** This image ought to be published in the personal registry you specified.
23+
And it is required to have access to pull the image from the working environment.
2424
Make sure you have the proper permission to the registry if the above commands don’t work.
2525

2626
**Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
3535
make deploy IMG=<some-registry>/project-v4:tag
3636
```
3737

38-
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
38+
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
3939
privileges or be logged in as admin.
4040

4141
**Create instances of your solution**

0 commit comments

Comments
 (0)