-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitnami/Keycloak] Allow manual override fo KC_HOSTNAME_URL and KC_ADMIN_HOSTNAME_URL #28523
Conversation
afca0d0
to
11838bb
Compare
I don't see how to fix the CI issue. Could somebody give me some pointers on how to setup this fork to successfully run the CI? |
According to the PR checklist:
The README.md file is automatically generated and updated if the variables are properly documented in the values.yaml. If you have directly modified the README.md file, you should remove those changes. |
Thanks for your contribution! The issue is that the automation trying to update the README is not able to do it due to the lack of permissions in your branch/fork. Could you please add @bitnami-bot as developer/maintainer in your fork so it can update the README? |
11838bb
to
432d970
Compare
Hi @carrodher, the bitnami-bot is added as a maintainer on the repo (invite pending) but the pipeline still fails. |
Thanks! The changelog was properly updated! Could you please rebase from |
Chart v22 and Keycloak v25 was released. I don't these variables are still supported anymore:
|
fd47392
to
59b5029
Compare
Signed-off-by: Jason Elsocht <jason@tinkercloud.be>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Can't we move these env vars to the config map instead of being defined directly on the statefulset? If you want to override them, you still can override by defining them via |
@singhbaljit As this is blocking our updates/releases I wanted to get a fix out quickly hence why the implementation is presented this way. also providing these via |
@djas19 the
|
see alternative, #28838 |
Sorry for the late reply. As #28838 is already merged, I understand this PR is not necessary anymore. Could you please confirm so we close it? Thanks |
Confirmed |
closing as #28838 is merged |
Description of the change
Allow users to provide their own value of the KC_HOSTNAME_URL and KC_ADMIN_HOSTNAME_URL parameters.
Benefits
Currently a lot of assumptions are made when constructing these environment variables. This behaviour can be wanted in simple setups but it is impossible to foresee all possible scenarios. To accommodate this we can allow users to override this themselves but fallback on autogeneration if not provided.
Possible drawbacks
The change is backwards compatible so no drawbacks are expected.
Applicable issues
Additional information
Inspired out of discussions in issues: #28357 #28121 and #28161
Closes: #28520
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm