Matomo : upgrade helm fails on OIDC configuration
Problem
It seems to copy plugin in the terminating pod :
================================================================================
Move the plugin files to pod
================================================================================
error: cannot exec into a container in a completed pod; current phase is Succeeded
================================================================================
Pass keycloak config and activate the oidc plugin
================================================================================
error: cannot exec into a container in a completed pod; current phase is Succeeded
Solution
- Plugin should be copied only to "ready" pods.
- Build a new image with oidc plugin included (we -integration team- would prefer this solution)
Edited by Laurent Flori