fix: kubeconfig path default for runner container — use /tmp/kubeconfig not local path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
variable "kubeconfig_path" {
|
||||
description = "Path to kubeconfig file"
|
||||
type = string
|
||||
default = "cluster-config/kubeconfig"
|
||||
default = "/tmp/kubeconfig"
|
||||
}
|
||||
|
||||
variable "cluster_domain" {
|
||||
|
||||
Reference in New Issue
Block a user