quarkus.kubernetes.namespace
should not be applied to clustered resources
#43464
Labels
quarkus.kubernetes.namespace
should not be applied to clustered resources
#43464
Describe the bug
If you use the
quarkus.kubernetes.namespace
property, it will get applied indiscriminately to all generated Kubernetes resources regardless of whether they actually can accept a namespace or not. While this usually doesn't cause issues withkubectl apply
, other processes might be more regarding with respect to structure validation.Expected behavior
Clustered resources should not have a namespace.
Actual behavior
All generated resources, including clustered ones, have their namespace field set.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
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: