k8s-cluster-config/helmfile.yaml

56 lines
1.0 KiB
YAML
Raw Permalink 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
2024-02-08 18:58:31 +00:00
- <<: *metallb-resources
installed: true
namespace: metallb-system
createNamespace: false
2024-02-04 08:31:09 +00:00
helmfiles:
- path: {{.Environment.Name }}/helmfile.yaml