We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5742a52 commit 2c34ac2Copy full SHA for 2c34ac2
cmd/deploy.go
@@ -296,7 +296,7 @@ func validateClusterConnection() error {
296
restConfig, err := k8s.GetClientConfig().ClientConfig()
297
if err != nil {
298
kubeconfigPath := os.Getenv("KUBECONFIG")
299
-
+
300
// Check if this is an empty/missing config error
301
if clientcmd.IsEmptyConfig(err) {
302
// If KUBECONFIG is explicitly set, check if the file exists
0 commit comments