From d6ede66b548a8289597bb2adff8cb72e18535032 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 27 Oct 2021 10:55:24 -0500 Subject: [PATCH] add note re: affinity rule for coderd --- changelog/1.24.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/1.24.0.md b/changelog/1.24.0.md index 5d6558554..8dd7bce6d 100644 --- a/changelog/1.24.0.md +++ b/changelog/1.24.0.md @@ -23,6 +23,9 @@ There are no breaking changes in 1.24.0. a color picker. - infra: added auto-injection of TLS certificates into workspaces to ensure secure communication with `coderd`. +- infra: added ability to + [specify an affinity rule in the Helm chart](https://github.com/cdr/enterprise-helm#values) + for the `coderd` deployment. ### Bug fixes 🐛