mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 14:29:06 +02:00
fix up nlb config
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
data "oci_containerengine_cluster_kube_config" "cluster_kube_config" {
|
||||
#Required
|
||||
cluster_id = var.cluster_ocid
|
||||
|
||||
#Optional
|
||||
endpoint = var.cluster_public_endpoint
|
||||
token_version = "2.0.0"
|
||||
}
|
@@ -1,5 +0,0 @@
|
||||
provider "helm" {
|
||||
kubernetes {
|
||||
config_path = "~/.kube/config"
|
||||
}
|
||||
}
|
@@ -5,9 +5,6 @@ variable "environment" {
|
||||
variable "cluster_ocid" {
|
||||
type = string
|
||||
}
|
||||
variable "cluster_public_endpoint" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "namespace" {
|
||||
description = "Namespace to install traefik chart into"
|
||||
|
Reference in New Issue
Block a user