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" {
|
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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user