Skip to content

Commit

Permalink
chore: Update kustomize path and download kustomize in gc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlohcs committed Aug 12, 2024
1 parent c77ef50 commit 0c13457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,14 @@ jobs:
run: |-
# Enter to the k8s directory (because kustomize cannot get the correct path)
cd ./k8s
# Download kustomize
curl -sfLo ./kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v3.1.0/kustomize_3.1.0_linux_amd64
chmod u+x ./kustomize
# Set the correct path to the kustomize binary (prevent the error: kustomize: command not found)
export PATH=$PATH:./k8s
# Deploy the Docker image to the GKE cluster
- name: Deploy to GKE
run: |-
Expand Down

0 comments on commit 0c13457

Please sign in to comment.