Skip to content

Commit

Permalink
Fix Workspaces in Sidecar to be serialized as workspaces not Workspaces
Browse files Browse the repository at this point in the history
Fixes tektoncd#3964

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
  • Loading branch information
jeffmaury authored and jerop committed Jun 7, 2021
1 parent 255b52d commit f7c81fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1beta1/task_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ type Sidecar struct {
// other Step or Sidecar that does not also request this Workspace will
// not have access to it.
// +optional
Workspaces []WorkspaceUsage
Workspaces []WorkspaceUsage `json:"workspaces,omitempty"`
}

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down

0 comments on commit f7c81fd

Please sign in to comment.