fix traefik values.yml

This commit is contained in:
2024-03-03 21:35:45 +01:00
parent d30764da14
commit 9f83240ef1
5 changed files with 16 additions and 11 deletions

View File

@@ -23,4 +23,4 @@ data "oci_containerengine_cluster_kube_config" "cluster_kube_config" {
resource "local_file" "oke_kubeconfig" {
content = data.oci_containerengine_cluster_kube_config.cluster_kube_config.content
filename = "${path.module}/kubeconfig"
}
}

View File

@@ -4,4 +4,4 @@ output "cluster_ocid" {
output "public_endpoint" {
value = one(oci_containerengine_cluster.k8s_cluster.endpoints)
}
}