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: