diff --git a/api/v1beta1/common_types.go b/api/v1beta1/common_types.go index d9825a9..13661f5 100644 --- a/api/v1beta1/common_types.go +++ b/api/v1beta1/common_types.go @@ -225,7 +225,7 @@ type Patch struct { // When expressed as templates, the values are filled in using information from // resources within the management cluster before deployment (Cluster and TemplateResourceRefs) // +required - Patch string `json:"patch,omitempty"` + Patch string `json:"patch"` // Target points to the resources that the patch document should be applied to. // +optional