fix(ci): use direct in-cluster Kubernetes auth for CI runner — drop kubeconfig file dependency

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 3833c0d119
commit adbad3d97e
4 changed files with 9 additions and 37 deletions
-6
View File
@@ -1,9 +1,3 @@
variable "kubeconfig_path" {
description = "Path to kubeconfig file"
type = string
default = "cluster-config/kubeconfig"
}
variable "cluster_domain" {
description = "Cluster domain (e.g., riotpiao.homelab.com)"
type = string