-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/dex] Fix ConfigMap creation and add missed config parameter #18380
Conversation
Hi @lohmag. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@lohmag |
hi @lohmag , thanks for the contribution. Could you please squash commits into one and name it according to the introduced changes? Also please put a meaningful name for the PR (can be the same as for commit) and prefix it with |
/hold |
/ok-to-test |
/retest |
/retest |
I don't know how to squash commit into one and can't spend anymore time on it. And actually I don't know why I should do it if you can squash in web interface when it merges by just checking a box. |
/hold cancel |
Signed-off-by: Nikita Massalitin <[email protected]>
Signed-off-by: Nikita Massalitin <[email protected]>
/assign @vi7 |
With this change, we'll have one unused configmap, but it is better than a non-working Chart. Thanks! Could you bump minor version of this chart instead of patch version since there is a new feature? /assign @vi7 FYI, AFAIK, merge bot will squash the commits anyway, so the important thing is the PR title. |
what do you mean by version bumping? i already bumped helm chart version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- bump minor version
- Please also document in the README the new value
Co-Authored-By: Cédric de Saint Martin <[email protected]> Signed-off-by: Nikita Massalitin <[email protected]>
Signed-off-by: Nikita Massalitin <[email protected]>
@desaintmartin I'm ok with that in case merge commit will be named after the PR name, cause current commit names doesn't describe introduced changes and moreover have misleading names |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lohmag, vi7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-charts-e2e |
…elm#18380) * [stable/traefik] Decouple prometheus metrics to dashboard (helm#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 <[email protected]> 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 <[email protected]> Update Chart.yaml version up Signed-off-by: Nikita Massalitin <[email protected]> fix Signed-off-by: Nikita Massalitin <[email protected]> * added expire to values Signed-off-by: Nikita Massalitin <[email protected]> * add ability to set expire Signed-off-by: Nikita Massalitin <[email protected]> * remove blank line Signed-off-by: Nikita Massalitin <[email protected]> * Bump version Co-Authored-By: Cédric de Saint Martin <[email protected]> Signed-off-by: Nikita Massalitin <[email protected]> * Added new conf params to Readme Signed-off-by: Nikita Massalitin <[email protected]>
…elm#18380) * [stable/traefik] Decouple prometheus metrics to dashboard (helm#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 <[email protected]> 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 <[email protected]> Update Chart.yaml version up Signed-off-by: Nikita Massalitin <[email protected]> fix Signed-off-by: Nikita Massalitin <[email protected]> * added expire to values Signed-off-by: Nikita Massalitin <[email protected]> * add ability to set expire Signed-off-by: Nikita Massalitin <[email protected]> * remove blank line Signed-off-by: Nikita Massalitin <[email protected]> * Bump version Co-Authored-By: Cédric de Saint Martin <[email protected]> Signed-off-by: Nikita Massalitin <[email protected]> * Added new conf params to Readme Signed-off-by: Nikita Massalitin <[email protected]>
Since the configmap is needed for the `grpc` and `web` jobs, don't delete it after successful creation. Backported from: helm/charts#18380
Since the configmap is needed for the `grpc` and `web` jobs, don't delete it after successful creation. Backported from: helm/charts#18380
Since the configmap is needed for the `grpc` and `web` jobs, don't delete it after successful creation. Backported from: helm/charts#18380
Since the configmap is needed for the `grpc` and `web` jobs, don't delete it after successful creation. Backported from: helm/charts#18380
"helm.sh/hook-delete-policy": hook-succeeded
Configmap deletes just after creates.expire
which is realised in dex app config file but not in helmvalues.yaml
https://github.com/dexidp/dex/blob/master/examples/config-dev.yaml#L38
Is this a new chart
What this PR does / why we need it:
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname]
)