File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
pkg/plugins/common/kustomize/v2/scaffolds/internal/templates/config/manager Expand file tree Collapse file tree 1 file changed +9
-3
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: []
99+ # TODO(user): Uncomment the following code to configure the nodeSelector.
100+ # nodeSelector:
101+ # kubernetes.io/os: linux
102+ # TODO(user): Uncomment the following code to configure the tolerations.
103+ # tolerations:
104+ # - key: "key1"
105+ # operator: "Exists"
106+ # effect: "NoSchedule"
101107 securityContext:
102108 # Projects are configured by default to adhere to the "restricted" Pod Security Standards.
103109 # This ensures that deployments meet the highest security requirements for Kubernetes.
You can’t perform that action at this time.
0 commit comments