Skip to content

Commit fab88dc

Browse files
Merge pull request #401 from cert-manager/node-affinity
Add node affinity
2 parents 39c653a + f78cfed commit fab88dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

charts/aws-pca-issuer/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,19 @@ tolerations: []
9999
# - master
100100
#+docs:property
101101
affinity:
102+
nodeAffinity:
103+
requiredDuringSchedulingIgnoredDuringExecution:
104+
nodeSelectorTerms:
105+
- matchExpressions:
106+
- key: kubernetes.io/os
107+
operator: In
108+
values:
109+
- linux
110+
- key: kubernetes.io/arch
111+
operator: In
112+
values:
113+
- amd64
114+
- arm64
102115
podAntiAffinity:
103116
preferredDuringSchedulingIgnoredDuringExecution:
104117
- podAffinityTerm:

0 commit comments

Comments
 (0)