Skip to content

Commit

Permalink
✨ Create job for kubebuilder kube-rbac-proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Apr 22, 2023
1 parent 13158a8 commit 575a238
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/jobs/image-pushing/k8s-staging-kubebuilder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
postsubmits:
kubernetes-sigs/kubebuilder:

- name: post-kube-rbac-proxy-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-kubebuilder-kube-rbac-proxy, sig-k8s-infra-gcb
decorate: true
run_if_changed: 'TAG'
branches:
- ^kube-rbac-proxy-releases$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20230111-cd1b3caf9c
command:
- /run.sh
args:
- --project=k8s-staging-kubebuilder
- --scratch-bucket=gs://k8s-staging-kubebuilder-gcb
- --env-passthrough=PULL_BASE_REF
- --with-git-dir
- --gcb-config=build/cloudbuild_kube-rbac-proxy.yaml
- .

0 comments on commit 575a238

Please sign in to comment.