diff --git a/argocd-helm-charts/capi-cluster/charts/hetzner/templates/KubeadmControlPlane.yaml b/argocd-helm-charts/capi-cluster/charts/hetzner/templates/KubeadmControlPlane.yaml index 94a88db34..81abd662e 100644 --- a/argocd-helm-charts/capi-cluster/charts/hetzner/templates/KubeadmControlPlane.yaml +++ b/argocd-helm-charts/capi-cluster/charts/hetzner/templates/KubeadmControlPlane.yaml @@ -204,7 +204,7 @@ spec: kubeadm && systemctl enable kubelet - kubeadm config images pull --kubernetes-version $KUBERNETES_VERSION - echo 'source <(kubectl completion bash)' >>/root/.bashrc - - echo 'export KUBECONFIG=/etc/kubernetes/admin.conf' >>/root/.bashrc + - echo 'export KUBECONFIG=/etc/kubernetes/super-admin.conf' >>/root/.bashrc - apt-get -y autoremove && apt-get -y clean all postKubeadmCommands: - set -x diff --git a/argocd-helm-charts/capi-cluster/charts/hetzner/values.yaml b/argocd-helm-charts/capi-cluster/charts/hetzner/values.yaml index bc013d16f..79bfe2556 100644 --- a/argocd-helm-charts/capi-cluster/charts/hetzner/values.yaml +++ b/argocd-helm-charts/capi-cluster/charts/hetzner/values.yaml @@ -4,8 +4,7 @@ controlPlaneLoadBalancer: controlPlaneEndpoint: port: 6443 -robot: - floating: false +robot: true robotSSHKeysSecretName: hetzner-robot-ssh-keys cloudCredentialsSecretName: cloud-credentials