fix: kubeconfig path default for runner container — use /tmp/kubeconfig not local path

This commit is contained in:
Story Crater Bot
2026-07-15 21:03:11 -07:00
parent 72ab6b6973
commit 9d1d79b774
+1 -1
View File
@@ -1,7 +1,7 @@
variable "kubeconfig_path" { variable "kubeconfig_path" {
description = "Path to kubeconfig file" description = "Path to kubeconfig file"
type = string type = string
default = "cluster-config/kubeconfig" default = "/tmp/kubeconfig"
} }
variable "cluster_domain" { variable "cluster_domain" {