defaultMode of a ConfigMap volume is 600 (decimal!) by default · Issue #7722 · quarkusio/quarkus
Describe the bug When I specify a ConfigMap volume using the Quarkus Kubernetes extension configuration properties, the volume has by default a defaultMode of 600: volumes: - configMap: defaultMode...