From 714742e093ff445809ac8b2a70e1744ee43f8432 Mon Sep 17 00:00:00 2001 From: Ajay Kemparaj Date: Tue, 20 Jun 2023 19:31:01 -0700 Subject: [PATCH] Update policy-controller.yaml policy-web hook is merged into policy controller in https://github.com/sigstore/policy-controller/pull/717 Signed-off-by: Ajay Kemparaj --- policy-controller.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/policy-controller.yaml b/policy-controller.yaml index 32dbf0cd8bb..0fd72b65a59 100644 --- a/policy-controller.yaml +++ b/policy-controller.yaml @@ -26,22 +26,11 @@ pipeline: - runs: | mkdir -p "${{targets.destdir}}/usr/bin" make policy-controller && mv policy-controller "${{targets.destdir}}/usr/bin/policy-controller" - make policy-webhook && mv policy-webhook "${{targets.destdir}}/usr/bin/policy-webhook" make policy-tester && mv policy-tester "${{targets.destdir}}/usr/bin/policy-tester" - uses: strip subpackages: - - name: "policy-controller-webhook" - description: "Webhook for ClusterImagePolicy" - dependencies: - runtime: - - ca-certificates-bundle - pipeline: - - runs: | - mkdir -p "${{targets.subpkgdir}}/usr/bin" - mv "${{targets.destdir}}/usr/bin/policy-webhook" "${{targets.subpkgdir}}/usr/bin/policy-webhook" - - name: "policy-controller-tester" description: "CLI for testing ClusterImagePolicy resources" dependencies: