fix: update Jsonnet field tag to avoid jsonnet: {} in manifests (#25625)

Signed-off-by: Omar Nasser <omarnasserjr@gmail.com>
Signed-off-by: shubham singh mahar <smahar@obmondo.com>
Co-authored-by: Omar Nasser <omarnasserjr@gmail.com>
Co-authored-by: shubham singh mahar <smahar@obmondo.com>
This commit is contained in:
Shubham Singh
2025-12-17 11:59:58 +05:30
committed by GitHub
parent 106acdafec
commit fee1c565c3

View File

@@ -894,7 +894,7 @@ type ApplicationSourceDirectory struct {
// Recurse specifies whether to scan a directory recursively for manifests
Recurse bool `json:"recurse,omitempty" protobuf:"bytes,1,opt,name=recurse"`
// Jsonnet holds options specific to Jsonnet
Jsonnet ApplicationSourceJsonnet `json:"jsonnet,omitempty" protobuf:"bytes,2,opt,name=jsonnet"`
Jsonnet ApplicationSourceJsonnet `json:"jsonnet,omitempty,omitzero" protobuf:"bytes,2,opt,name=jsonnet"`
// Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
Exclude string `json:"exclude,omitempty" protobuf:"bytes,3,opt,name=exclude"`
// Include contains a glob pattern to match paths against that should be explicitly included during manifest generation