Skip to content

Commit

Permalink
use commit hash instead of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Jun 13, 2024
1 parent 9f6be96 commit 127f4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/flavors/kubeadm/konnectivity/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ patches:
- swapoff -a
- hostnamectl set-hostname '{{ ds.meta_data.label }}' && hostname -F /etc/hostname
- mkdir -p -m 755 /etc/kubernetes/konnectivity
- curl -s -L https://raw.githubusercontent.com/linode/konnectivity/main/config/egress-selector-configuration.yaml > /etc/kubernetes/konnectivity/egress-selector-configuration.yaml
- curl -s -L https://raw.githubusercontent.com/linode/konnectivity/876b00f976975833929723ad9e247d0c124124bd/config/egress-selector-configuration.yaml > /etc/kubernetes/konnectivity/egress-selector-configuration.yaml
postKubeadmCommands:
- curl -s -L https://raw.githubusercontent.com/linode/konnectivity/main/scripts/gen-konnectivity-kubeconfig.sh | bash
- curl -s -L https://raw.githubusercontent.com/linode/konnectivity/876b00f976975833929723ad9e247d0c124124bd/scripts/gen-konnectivity-kubeconfig.sh | bash
clusterConfiguration:
apiServer:
extraArgs:
Expand Down

0 comments on commit 127f4d4

Please sign in to comment.