From cbf44b63ac91d37b49edec82044f0cf958feea01 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 26 Feb 2025 19:49:26 -0800 Subject: [PATCH] Change to kustomize installation instructions --- .gitea/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index cfa0f2a..2540c68 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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: |