mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
add helm provider to oke
This commit is contained in:
@@ -4,5 +4,9 @@ terraform {
|
|||||||
source = "oracle/oci"
|
source = "oracle/oci"
|
||||||
version = ">= 5.30.0"
|
version = ">= 5.30.0"
|
||||||
}
|
}
|
||||||
|
helm = {
|
||||||
|
source = "hashicorp/helm"
|
||||||
|
version = ">= 2.12.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user