Closed MusicDin closed 6 months ago
Adds option to merge kubeconfig of a new cluster with existing kubeconfig on path ~/.kube/config.
~/.kube/config
This replaces the previous option copyKubeconfig which overwrote the file.
copyKubeconfig
kubernetes: other: mergeKubeconfig: true
Adds option to merge kubeconfig of a new cluster with existing kubeconfig on path
~/.kube/config
.This replaces the previous option
copyKubeconfig
which overwrote the file.