Skip to content

Commit

Permalink
fix: add missing conversion to CRD
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <hectorf@vmware.com>
  • Loading branch information
hectorj2f committed Jun 14, 2022
1 parent 670ec94 commit 64d1851
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/300-clusterimagepolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ kind: CustomResourceDefinition
metadata:
name: clusterimagepolicies.policy.sigstore.dev
spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1beta1", "v1alpha1"]
clientConfig:
service:
name: policy-webhook
namespace: cosign-system
group: policy.sigstore.dev
names:
kind: ClusterImagePolicy
Expand Down

0 comments on commit 64d1851

Please sign in to comment.