fix up nlb config

This commit is contained in:
2024-03-03 19:25:29 +01:00
parent 0ca08d2ac3
commit ff933a317e
11 changed files with 1026 additions and 24 deletions

View File

@@ -19,3 +19,9 @@ provider "oci" {
region = var.region
retry_duration_seconds = 120
}
provider "helm" {
kubernetes {
config_path = "oke/kubeconfig"
}
}