Got a big application.yml file. Is it possible to make it more readable by for example:
- Including other yaml-files(For example one per spec/application)
- A common kubernetes pod-patch to be added to all applications
For example:
- op: add
path: /spec/securityContext
value:
runAsNonRoot: true
runAsUser: 1000 - Common container-env
- Other means?