Missing volumeMounts for /tmp in OLM package #2244
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and will be auto-closed.
What steps did you take and what happened:
In recent versions (for sure 0.22.0 and 0.21.*) there's a problem related to the OLM installation of the operator, that prevents everything from working properly:
This is caused by the fact that the
trivy-operator
Pod in the deployment does not have the proper/tmp
directory configuration:This is part of the static installation file, but does not come when you install everything via OLM.
Note that this does not happen when using a previous version like
0.17.1
.What did you expect to happen:
Same behavior as the static file.
Environment:
trivy-operator version
): v0.22.0 (but this applies for sure on v0.21.*) and not on v0.17.1.kubectl version
): v1.30.4The text was updated successfully, but these errors were encountered: