k8s-cluster-config/helmfile.yaml

51 lines
926 B
YAML
Raw Normal View History

---
{{ readFile "releases.yaml" }}
bases:
- environments.yaml
- repositories.yaml
releases:
- <<: *metrics-server
installed: true
namespace: kube-system
createNamespace: false
- <<: *istio-base
installed: true
namespace: istio-system
createNamespace: false
- <<: *istio-gateway
installed: true
namespace: istio-system
createNamespace: false
- <<: *istiod
installed: true
namespace: istio-system
createNamespace: false
- <<: *cert-manager
installed: true
namespace: cert-manager
createNamespace: false
- <<: *minio
installed: true
namespace: minio-service
createNamespace: false
2023-03-07 17:03:39 +00:00
2023-04-28 15:39:56 +00:00
- <<: *metallb
installed: true
namespace: metallb-system
createNamespace: true
2023-12-24 13:48:53 +00:00
- <<: *reflector
installed: true
namespace: reflector-system
createNamespace: true
helmfiles:
- path: {{.Environment.Name }}/helmfile.yaml