Footur
Footur
@idank It would be nice if you could take a look here. :slightly_smiling_face:
> could you provide the list with domain names only in another file? ```shell curl -s 'https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt' | awk '{print $2}' ``` That's how you get a list with domains...
See PR #633.
I support your suggestion, but the default value (values.yaml) for the relative path should be changed too: ```diff http: # For backwards compatibility reasons we set this to the value...
@igor-nikiforov Thank you for pointing this out. I've changed the default values for the self probes. The chart version will be changed automatically, according to my understanding.
I've removed the `--auto-build` flag. According to my understanding, to use the `--optimize` option, `kc.sh build` must be run first. [Optimize the Keycloak startup](https://www.keycloak.org/server/configuration#_optimize_the_keycloak_startup). Does the lint test fail because...
@grieshaber I've tested the realtive path with "/", but the lint test is still failing. https://github.com/codecentric/helm-charts/runs/7688193943?check_suite_focus=true
Unfortunately, I can't reproduce the error in my local setup. I also don't have the time to delve deeper into the CI because I'm on holiday for a two weeks...
@grieshaber I've fixed the deployment, but the Selenium test is failing.
> Is there any chance it will be released in the nearest future (a week?)? Hello Anton, I don't have enough time right now to figure out the root of...