Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 19, 2024
1 parent 0c2878d commit d57e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/terraform_kubernetes/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ provider "kubernetes" {
host = data.azurerm_kubernetes_cluster.main.kube_config[0].host
cluster_ca_certificate = base64decode(data.azurerm_kubernetes_cluster.main.kube_config[0].cluster_ca_certificate)
dynamic "exec" {
for_each = true ? [1] : []
for_each = false ? [1] : []
content {
api_version = "client.authentication.k8s.io/v1beta1"
command = "kubelogin"
Expand Down

0 comments on commit d57e0f7

Please sign in to comment.