Solutionunvalidated
`ext` are the resources specific to each environment (ex. localhost) — if you run the application on the environment, ex. a Docker container in K8S. Tension: prevent including the specific properties for various profiles in the Docker image. Outcome: mount the external properties as config-map.
219f24bf-338a-472d-ab3e-03ba3018cab5
ext are the resources specific to each environment (ex. localhost) — if you run the application on the environment, ex. a Docker container in K8S. Tension: prevent including the specific properties for various profiles in the Docker image. Outcome: mount the external properties as config-map.