Skip to content

Commit

Permalink
add: gke-gcloud-auth-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrezza committed Mar 1, 2023
1 parent 92b8865 commit afbadba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN chmod +x /usr/bin/kubectl
RUN wget https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
RUN chmod +x /usr/local/bin/helm

RUN gcloud components install gke-gcloud-auth-plugin

COPY deploy.sh /deploy.sh
RUN chmod +x /deploy.sh

Expand Down

0 comments on commit afbadba

Please sign in to comment.