this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(infra): explicitly disable loading local kube config

+1
+1
infra/modules/local-bootstrap/versions.tf
··· 27 27 client_certificate = var.credentials.client_certificate 28 28 client_key = var.credentials.client_key 29 29 cluster_ca_certificate = var.credentials.cluster_ca_certificate 30 + load_config_file = false 30 31 }