File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
pkg/plugins/common/kustomize/v2/scaffolds/internal/templates/config/manager Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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:
9696 # operator: In
9797 # values:
9898 # - linux
99+ nodeSelector: {}
100+ tolerations: []
99101 securityContext:
100102 # Projects are configured by default to adhere to the "restricted" Pod Security Standards.
101103 # This ensures that deployments meet the highest security requirements for Kubernetes.
You can’t perform that action at this time.
0 commit comments