updated nodeAffinity key

This commit is contained in:
Radar231 2021-12-27 15:10:00 -05:00
parent 1a720d7eba
commit d7365c7e9d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/arch
- key: kubernetes.io/arch
operator: In
values:
- arm64