I have a spring boot app that has an application YAML file (src/main/resources/).
app:
props:
-
key1: value
key2: value
-
key3: value
key4: value
-
key5: value
key6: value
I want to override the entire list of props
in the deployment's env section (k8s). is there any way to do it in Kubernetes?