You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, from what I understand the issue is that the main container mounts are also added to the sidecar containers.
This was kind of intended as a convenience even though the documentation is not that clear about it.
I can see it being confusing and it's something that we need to address. I'll work on that asap.
Describe the bug
I have quarkus 2.3.1.Final, openshift extension and config application.properties:
After
mvnw -Pnative package
generatedopenshift.yml
contains mounts of main container in the all sidecars.Expected behavior
Actual behavior
How to Reproduce?
Just add any mounts by
quarkus.openshift.mounts."mounts".path
and add config for sidecar byquarkus.openshift.sidecars."sidecar".image
.Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: