May be you can try this:
- create a file called env-mainfest.yml with content:
---
env
name: value
and use below in your manifest files for deployment
inherit: env-mainfest.yml
- Isn't a good idea to have
spring_active_profiles
set with env:
specific settings for all services and just create an application-system.properties file and use spring profiles OR something similar if not spring based?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…