mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Add Kustomize
This commit is contained in:
@@ -77,6 +77,10 @@ runcmd:
|
|||||||
- curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
|
- curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
|
||||||
- chmod 700 get_helm.sh
|
- chmod 700 get_helm.sh
|
||||||
- ./get_helm.sh
|
- ./get_helm.sh
|
||||||
|
# Kustomize
|
||||||
|
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||||
|
- mv kustomize /usr/local/bin/
|
||||||
|
- chmod +x /usr/local/bin/kustomize
|
||||||
# Install and bootstrap Flux
|
# Install and bootstrap Flux
|
||||||
- curl -s https://fluxcd.io/install.sh | bash
|
- curl -s https://fluxcd.io/install.sh | bash
|
||||||
- su ${username} -c 'export GITHUB_TOKEN=${github_token} && flux bootstrap github --owner=${github_username} --repository=${github_repo} --path=clusters/prod --personal'
|
- su ${username} -c 'export GITHUB_TOKEN=${github_token} && flux bootstrap github --owner=${github_username} --repository=${github_repo} --path=clusters/prod --personal'
|
||||||
|
|||||||
Reference in New Issue
Block a user