diff --git a/enhancements/api-review/add-ClusterImagePolicy-and-ImagePolicy-for-Signature-Verification.md b/enhancements/api-review/add-ClusterImagePolicy-and-ImagePolicy-for-Signature-Verification.md index 5bfe0d3e17..c9bdd553e1 100644 --- a/enhancements/api-review/add-ClusterImagePolicy-and-ImagePolicy-for-Signature-Verification.md +++ b/enhancements/api-review/add-ClusterImagePolicy-and-ImagePolicy-for-Signature-Verification.md @@ -152,9 +152,9 @@ type PolicyRootOfTrust struct { // +optional FulcioCAWithRekor *FulcioCAWithRekor `json:"fulcioCAWithRekor,omitempty"` - // PKI defines the root of trust based on Root CA(s) and corresponding intermediate certificates. - // +optional - PKI *PKI `json:"pki,omitempty"` + // PKI defines the root of trust based on Root CA(s) and corresponding intermediate certificates. + // +optional + PKI *PKI `json:"pki,omitempty"` } // +kubebuilder:validation:Enum=PublicKey;FulcioCAWithRekor