fix(helm): use correct antiaffinity label (#5649)

This commit is contained in:
Colin Adler
2023-01-10 10:18:58 -06:00
committed by GitHub
parent 2effea5806
commit 4f3ac95a39

View File

@ -113,10 +113,10 @@ coder:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.coder.com
- key: app.kubernetes.io/instance
operator: In
values:
- "true"
- "coder"
topologyKey: kubernetes.io/hostname
weight: 1