From 6287a199b86b630982add24a1e4d0b745261d543 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sat, 23 Sep 2023 13:26:34 +0000 Subject: [PATCH] Added topology key --- .gitlab-ci.yml | 2 +- Chart/templates/_helpers.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4ac0d2..595be9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.18" + HELM_CHART_VERSION: "1.0.19" stages: - deploy diff --git a/Chart/templates/_helpers.tpl b/Chart/templates/_helpers.tpl index 1d332ee..5b28433 100644 --- a/Chart/templates/_helpers.tpl +++ b/Chart/templates/_helpers.tpl @@ -68,4 +68,5 @@ podAffinity: operator: In values: - "site" + topologyKey: kubernetes.io/hostname {{- end }}