Skip to content

Commit

Permalink
disable deployDexK8SAuthenticator by default (#327)
Browse files Browse the repository at this point in the history
* disable by default

* CHANGELOG update
  • Loading branch information
ssyno authored Feb 5, 2024
1 parent c2f3235 commit f619a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/dex-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f619a5f

Please sign in to comment.