Skip to content

Commit

Permalink
chore: force gke auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz committed Apr 19, 2023
1 parent 28755f2 commit 60e710a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/skaffold/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# This base image is built using docker from cache every single time as build step.
FROM gcr.io/k8s-skaffold/build_deps:latest as build
WORKDIR /skaffold
# force to use gke_gcloud_auth_plugin for gcp k8s authentcation.
ENV USE_GKE_GCLOUD_AUTH_PLUGIN True

FROM build as builder
ARG VERSION
Expand Down

0 comments on commit 60e710a

Please sign in to comment.