Skip to content

Commit

Permalink
Update cloudbuild_kube-rbac-proxy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 authored May 7, 2023
1 parent 3ea9cd2 commit 55cb3ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/cloudbuild_kube-rbac-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ steps:
env:
- "KUBE_RBAC_PROXY_VERSION=${_KUBE_RBAC_PROXY_VERSION}"
entrypoint: "/usr/bin/env"
args: ["bash", "-c", "./build/build.sh"]
args:
- bash
- -c
- |
gcloud auth configure-docker \
&& ./build/build.sh
images: ["gcr.io/k8s-staging-kubebuilder/kube-rbac-proxy:${_KUBE_RBAC_PROXY_VERSION}"]

0 comments on commit 55cb3ca

Please sign in to comment.