fix(ci): add kustomize install stage
This commit is contained in:
parent
41aa81c557
commit
c9e3bbcce1
|
|
@ -38,6 +38,11 @@ jobs:
|
||||||
cd manifest
|
cd manifest
|
||||||
git checkout $ENV_NAME
|
git checkout $ENV_NAME
|
||||||
|
|
||||||
|
- name: Install kustomize
|
||||||
|
run: |
|
||||||
|
curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
|
||||||
|
sudo mv kustomize /usr/local/bin/
|
||||||
|
|
||||||
- name: Update kustomization (PROD)
|
- name: Update kustomization (PROD)
|
||||||
run: |
|
run: |
|
||||||
cd manifest/overlays
|
cd manifest/overlays
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue