-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitop_runtime_clusters.tf
37 lines (32 loc) · 1.09 KB
/
gitop_runtime_clusters.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# resource "helm_release" "virtual_cluster_prod" {
# name = "prod-vcluster"
# namespace = "prod-vcluster"
# create_namespace = true
# repository = "https://charts.loft.sh"
# chart = "vcluster-k0s"
# version = "0.11.2"
# }
# resource "helm_release" "virtual_cluster_qa" {
# name = "qa-vcluster"
# namespace = "vcluster-qa"
# create_namespace = true
# repository = "https://charts.loft.sh"
# chart = "vcluster-k0s"
# version = "0.11.2"
# }
# resource "helm_release" "virtual_cluster_dev" {
# name = "dev-vcluster"
# namespace = "vcluster-dev"
# create_namespace = true
# repository = "https://charts.loft.sh"
# chart = "vcluster-k0s"
# version = "0.11.2"
# }
# resource "helm_release" "virtual_cluster_staging" {
# name = "staging-vcluster"
# namespace = "vcluster-staging"
# create_namespace = true
# repository = "https://charts.loft.sh"
# chart = "vcluster-k0s"
# version = "0.11.2"
# }