Skip to content

Commit

Permalink
(fix/capi-cluster) : default values file structure | using super-admi…
Browse files Browse the repository at this point in the history
…n.conf as the kubeconfig file

Signed-off-by: Archisman <[email protected]>
  • Loading branch information
Archisman-Mridha authored and Klavs Klavsen committed Feb 21, 2025
1 parent 9f2167b commit f108bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions argocd-helm-charts/capi-cluster/charts/hetzner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ controlPlaneLoadBalancer:
controlPlaneEndpoint:
port: 6443

robot:
floating: false
robot: true

robotSSHKeysSecretName: hetzner-robot-ssh-keys
cloudCredentialsSecretName: cloud-credentials

0 comments on commit f108bb1

Please sign in to comment.