Skip to content

Commit cc703b2

Browse files
authored
Merge pull request #3101 from erikgb/fix/remove-yaml-trailing-space
📖 : Remove trailing space making yamllint fail on new project
2 parents c1d56e5 + 3ad1c7e commit cc703b2

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

docs/book/src/component-config-tutorial/testdata/project/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

docs/book/src/cronjob-tutorial/testdata/project/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

docs/book/src/multiversion-tutorial/testdata/project/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

docs/book/src/reference/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Therefore, ensure that you uncomment the following code in the `config/manager/m
156156

157157
```yaml
158158
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
159-
# according to the platforms which are supported by your solution.
159+
# according to the platforms which are supported by your solution.
160160
# It is considered best practice to support multiple architectures. You can
161161
# build your manager image using the makefile target docker-buildx.
162162
# affinity:

pkg/plugins/common/kustomize/v1/scaffolds/internal/templates/config/manager/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
control-plane: controller-manager
8585
spec:
8686
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
87-
# according to the platforms which are supported by your solution.
87+
# according to the platforms which are supported by your solution.
8888
# It is considered best practice to support multiple architectures. You can
8989
# build your manager image using the makefile target docker-buildx.
9090
# affinity:

pkg/plugins/common/kustomize/v2-alpha/scaffolds/internal/templates/config/manager/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
control-plane: controller-manager
8585
spec:
8686
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
87-
# according to the platforms which are supported by your solution.
87+
# according to the platforms which are supported by your solution.
8888
# It is considered best practice to support multiple architectures. You can
8989
# build your manager image using the makefile target docker-buildx.
9090
# affinity:

testdata/project-v3-config/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

testdata/project-v3-declarative-v1/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

testdata/project-v3-multigroup/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

testdata/project-v3-with-deploy-image/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
control-plane: controller-manager
3838
spec:
3939
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
40-
# according to the platforms which are supported by your solution.
40+
# according to the platforms which are supported by your solution.
4141
# It is considered best practice to support multiple architectures. You can
4242
# build your manager image using the makefile target docker-buildx.
4343
# affinity:

0 commit comments

Comments
 (0)