We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8046 commit 07b5326Copy full SHA for 07b5326
api/v1beta2/ocirepository_types.go
@@ -168,7 +168,7 @@ type OCIRepositoryVerification struct {
168
// SecretRef specifies the Kubernetes Secret containing the
169
// trusted public keys.
170
// +optional
171
- SecretRef *meta.LocalObjectReference `json:"secretRef"`
+ SecretRef *meta.LocalObjectReference `json:"secretRef,omitempty"`
172
}
173
174
// OCIRepositoryStatus defines the observed state of OCIRepository
0 commit comments