include vs secret:
- Include could be more cumbersome: “!include /config/shared/…/xyz.yaml” vs “!secret xyz”
- Include: a separate file for each definition; secret: many definitions in one file.
- Blueprints can only accept “include”.
- Secrets should not be shared on Github, include - could be.
- In general, non-secret definitions should not be kept as secrets.