* feat: Add tolerations, affinity and nodeSelector to grpc-certs/web-certs jobs
Signed-off-by: Bruno Galindro da Costa <bruno.galindro@navinfo.eu>
* fix: Missing end on with block
Signed-off-by: Bruno Galindro da Costa <bruno.galindro@navinfo.eu>
Co-authored-by: Bruno Galindro da Costa <bruno.galindro@navinfo.eu>
* [stable/dex] Add podLabels support
Signed-off-by: Ondrej Homolka <ondrej.homolka@gmail.com>
* [stable/dex] Updated chart README with podLabels parameter
Signed-off-by: Ondrej Homolka <ondrej.homolka@gmail.com>
* [stable/dex] Bumbed version to 2.8.0
Signed-off-by: Ondrej Homolka <ondrej.homolka@gmail.com>
* [stable/dex] Notes should filter pods with the new labels
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
* [stable/dex] Minor corrections in README file
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
* [stable/dex] Increment chart version
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
* Enabling to control whether cluster role and cluster role binding will
be created
Signed-off-by: Hedi Ingber <hedingber@gmail.com>
* crd.create -> crd.present
Signed-off-by: Hedi Ingber <hedingber@gmail.com>
* bumping minor
Signed-off-by: Hedi Ingber <hedingber@gmail.com>
* [stable/traefik] Decouple prometheus metrics to dashboard (#14946)
Before this PR, in case the dashboard was not enabled, the Prometheus metrics were disabled.
It is now possible to enable Prometheus metrics having at the same time the dashboard disabled.
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
Fix
Fix for Jobs.
Jobs also have `"helm.sh/hook": post-install` so they don't have this configmap after start. Pods won't start because of this.
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
Update Chart.yaml
version up
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
fix
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
* added expire to values
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
* add ability to set expire
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
* remove blank line
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
* Bump version
Co-Authored-By: Cédric de Saint Martin <cedric@desaintmartin.fr>
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
* Added new conf params to Readme
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
The current indentation of the OAuth2 configuration block doesn't allow
for extra properties to be added. This allows to enable the new
configuration that will always display the login screen, even though
only one connector is defined.
The default value (disabled) is also added to the values file for
documentation.
See also: https://github.com/dexidp/dex/releases/tag/v2.18.0
See also: https://github.com/dexidp/dex/pull/1505
Signed-off-by: Maxime Legault-Venne <mlegoven@hotmail.com>
* ADD annotations to grpc and web pods FIX#15451
Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>
* ADD docs on new values, BUMP chart minor version after adding feature
Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>
* FORMAT sort value parameters alphabetically.
Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>