Reputation: 31
I have on "big" helmfile which adresses two other sub-helmfile :
helmfiles:
- path: ./helmfiles/system/helmfile.yaml
- path: ./helmfiles/services/helmfile.yaml
In each sub-helmfile, there are many environments
system/helmfile.yaml:
environments:
dev:...
val:...
prod:...
services/helmfile.yaml:
environments:
azure:...
onprem:...
local:...
Is it possible to define "global" environment in the "global" helmfile in order to use each sub-helmfiles environments ?
Examples
global environments:
Upvotes: 0
Views: 59