mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user