Change to kustomize installation instructions

This commit is contained in:
Jack Jackson 2025-02-26 19:49:26 -08:00
parent 8c6f1d1caa
commit cbf44b63ac

View File

@ -83,9 +83,10 @@ jobs:
repository: scubbo/blog-deployment
token: ${{ secrets.PAT_FOR_GITEA_ACCESS }}
# Seems insecure - and it is! - but this is literally recommended by the Kustomize docs
- name: Install kustomize
run: |
apt-get update && apt-get install -y kustomize
run: curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
- name: Update deployment
run: |