Created
February 10, 2018 00:31
-
-
Save martincalvert/a84b141f3f6138e2231523e3a20a775c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spec: | |
template: | |
spec: | |
affinity: | |
nodeAffinity: | |
requiredDuringSchedulingIgnoredDuringExecution: | |
nodeSelectorTerms: | |
- matchExpressions: | |
- key: myCustomKey | |
operator: In | |
values: | |
- myCustomValue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment