Bug: deployment fails with new version/TTL chart
esune opened this issue · 0 comments
The chart including TTL index configuration fails to deploy, logs are not too helpful in determining what is going wrong.
Failed action: https://github.com/bcgov/vc-authn-oidc/actions/runs/11038595204
A configmap volume mount was missing, so I added it to the chart, however a problem seems to still occur when the CONTROLLER_SESSION_TIMEOUT_CONFIG_FILE
environment variable is set, and the controller tries to load the configuration file. I checked file permissions and they looked correct, but I am wondering if that could be the root cause.
dev
got into a weird state when troubleshooting and I had to revert to the version before the migration to poetry to get it working again - this might be a red herring situation OR maybe there are issues with that change as well, need to investigate more.