Skip to content

Commit 68a33a5

Browse files
🌱 remove the trailing-spaces
1 parent 57aed3f commit 68a33a5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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
@@ -74,7 +74,7 @@ spec:
7474
runAsNonRoot: true
7575
# TODO(user): For common cases that do not require escalating privileges
7676
# it is recommended to ensure that all your Pods/Containers are restrictive.
77-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
77+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
7878
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
7979
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
8080
# seccompProfile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
runAsNonRoot: true
7575
# TODO(user): For common cases that do not require escalating privileges
7676
# it is recommended to ensure that all your Pods/Containers are restrictive.
77-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
77+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
7878
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
7979
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
8080
# seccompProfile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsNonRoot: true
2929
# TODO(user): For common cases that do not require escalating privileges
3030
# it is recommended to ensure that all your Pods/Containers are restrictive.
31-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
31+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
3232
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
3333
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
3434
# seccompProfile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsNonRoot: true
2929
# TODO(user): For common cases that do not require escalating privileges
3030
# it is recommended to ensure that all your Pods/Containers are restrictive.
31-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
31+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
3232
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
3333
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
3434
# seccompProfile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsNonRoot: true
2929
# TODO(user): For common cases that do not require escalating privileges
3030
# it is recommended to ensure that all your Pods/Containers are restrictive.
31-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
31+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
3232
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
3333
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
3434
# seccompProfile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsNonRoot: true
2929
# TODO(user): For common cases that do not require escalating privileges
3030
# it is recommended to ensure that all your Pods/Containers are restrictive.
31-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
31+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
3232
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
3333
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
3434
# seccompProfile:

testdata/project-v3-with-kustomize-v2/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsNonRoot: true
2929
# TODO(user): For common cases that do not require escalating privileges
3030
# it is recommended to ensure that all your Pods/Containers are restrictive.
31-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
31+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
3232
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
3333
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
3434
# seccompProfile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsNonRoot: true
2929
# TODO(user): For common cases that do not require escalating privileges
3030
# it is recommended to ensure that all your Pods/Containers are restrictive.
31-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
31+
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
3232
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
3333
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
3434
# seccompProfile:

0 commit comments

Comments
 (0)