Skip to content

Commit

Permalink
chore: Update GKE credentials setup and location in gc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlohcs committed Aug 12, 2024
1 parent 12bd17c commit 4fb9d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
./kustomize build | kubectl apply --validate=false -f -
# Check the rollout status
kubectl rollout status deployment/$DEPLOYMENT_NAME
# kubectl rollout status deployment/$DEPLOYMENT_NAME
# Get services information
kubectl get services -o wide
3 changes: 2 additions & 1 deletion k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ resources:

images:
- name: carlohcs/kubernetes-ci-cd-github-actions
newTag: latest
newName: $GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE
newTag: $GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA

0 comments on commit 4fb9d45

Please sign in to comment.