Skip to content

Commit c9d6836

Browse files
robinlioretRobin LIORET
authored andcommitted
fix: helm v2-alpha: tab instead of spaces
Signed-off-by: Robin LIORET <robin.lioret@darylsocialsoftware.com>
1 parent 895231c commit c9d6836

File tree

1 file changed

+3
-3
lines changed
  • pkg/plugins/common/kustomize/v2/scaffolds/internal/templates/config/manager

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
# according to the platforms which are supported by your solution.
8181
# It is considered best practice to support multiple architectures. You can
8282
# build your manager image using the makefile target docker-buildx.
83-
affinity: {}
83+
affinity: {}
8484
# nodeAffinity:
8585
# requiredDuringSchedulingIgnoredDuringExecution:
8686
# nodeSelectorTerms:
@@ -96,8 +96,8 @@ spec:
9696
# operator: In
9797
# values:
9898
# - linux
99-
nodeSelector: {}
100-
tolerations: []
99+
nodeSelector: {}
100+
tolerations: []
101101
securityContext:
102102
# Projects are configured by default to adhere to the "restricted" Pod Security Standards.
103103
# This ensures that deployments meet the highest security requirements for Kubernetes.

0 commit comments

Comments
 (0)