Skip to content

Commit

Permalink
bug: fix gatekeeper constraint for label-sync (#9391)
Browse files Browse the repository at this point in the history
/kind bug
/area ci
/this-is-unbearable
  • Loading branch information
Ressetkk authored Nov 24, 2023
1 parent 831c6a1 commit 587a990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
command:
- /tools/entrypoint
args: []
entrypoint_options: '^{.*"args":\["label_sync","--config=\/etc\/config\/labels\.yaml","--confirm=true","--orgs=kyma-project,kyma-incubator","--token=\/etc\/github\/token","--endpoint=http:\/\/ghproxy","--endpoint=https:\/\/api\.github\.com","--debug"\],"container_name":"test",.*}$'
entrypoint_options: '^{.*"args":\["label_sync","--config=prow\/labels\.yaml","--confirm=true","--orgs=kyma-project,kyma-incubator","--token=\/etc\/github\/token","--endpoint=http:\/\/ghproxy","--endpoint=https:\/\/api\.github\.com"\],"container_name":"test",.*}$'
# ci-k8s-prow-autobump-testimages
- image: "europe-docker.pkg.dev/kyma-project/prod/k8s-prow/generic-autobumper:*"
command:
Expand Down

0 comments on commit 587a990

Please sign in to comment.