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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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