Change to kustomize installation instructions
This commit is contained in:
parent
8c6f1d1caa
commit
cbf44b63ac
@ -83,9 +83,10 @@ jobs:
|
|||||||
repository: scubbo/blog-deployment
|
repository: scubbo/blog-deployment
|
||||||
token: ${{ secrets.PAT_FOR_GITEA_ACCESS }}
|
token: ${{ secrets.PAT_FOR_GITEA_ACCESS }}
|
||||||
|
|
||||||
|
# Seems insecure - and it is! - but this is literally recommended by the Kustomize docs
|
||||||
- name: Install kustomize
|
- name: Install kustomize
|
||||||
run: |
|
run: curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||||
apt-get update && apt-get install -y kustomize
|
|
||||||
|
|
||||||
- name: Update deployment
|
- name: Update deployment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user