Skip to content

Commit

Permalink
Merge pull request #12 from VatthanachaiW/develop
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
VatthanachaiW authored Feb 28, 2025
2 parents 83d9190 + 002eaad commit 800542f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
cd $GITHUB_WORKSPACE/k8s/overlays/prod
kustomize edit set image docker.io/vatthanachaiw/go-app=docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/go-app:${{ github.sha }}
# - name: Display Kustomization YAML
# run: |
# cat $GITHUB_WORKSPACE/k8s/overlays/prod/kustomization.yaml
- name: Display Kustomization YAML
run: |
cat $GITHUB_WORKSPACE/k8s/overlays/prod/kustomization.yaml
- name: Deploy to GKE
run: |
Expand Down
2 changes: 0 additions & 2 deletions k8s/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
namespace: go-app

resources:
# - namespace.yaml
- deployment.yaml
Expand Down

0 comments on commit 800542f

Please sign in to comment.