From f619a5f0a4defa79cc03eb0a175b35243c540b8a Mon Sep 17 00:00:00 2001 From: Spyros Synodinos <138458697+ssyno@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:48:58 +0200 Subject: [PATCH] disable deployDexK8SAuthenticator by default (#327) * disable by default * CHANGELOG update --- CHANGELOG.md | 4 ++++ helm/dex-app/values.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32cef44..3b4d0c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Disables `dex-k8s-authenticator` to be installed by default by setting `deployDexK8SAuthenticator` to `false`. + ## [1.42.7] - 2024-01-15 ## [1.42.6] - 2024-01-15 diff --git a/helm/dex-app/values.yaml b/helm/dex-app/values.yaml index c2ba3490..76d2580d 100644 --- a/helm/dex-app/values.yaml +++ b/helm/dex-app/values.yaml @@ -100,7 +100,7 @@ isWorkloadCluster: false # Enable the deployment of the dex k8s authenticator together with dex # Please note that this app is deprecated and will be removed in the future -deployDexK8SAuthenticator: true +deployDexK8SAuthenticator: false cluster: proxy: