--- {{ readFile "releases.yaml" }} bases: - environments.yaml - repositories.yaml releases: - <<: *metrics-server installed: true - <<: *istio-base installed: true - <<: *istio-gateway installed: true namespace: istio-system createNamespace: false - <<: *istiod installed: true namespace: istio-system createNamespace: false - <<: *cert-manager installed: true - <<: *minio installed: true namespace: minio-service createNamespace: false - <<: *openvpn installed: true namespace: openvpn-service createNamespace: false - <<: *metallb installed: true - <<: *reflector installed: true namespace: reflector-system createNamespace: true helmfiles: - path: {{.Environment.Name }}/helmfile.yaml