Skip to content

Commit

Permalink
Adding support for output annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Apr 11, 2022
1 parent 0c0b52b commit d16bb9d
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 269 deletions.
3 changes: 3 additions & 0 deletions api/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ type WorkspaceSpec struct {
// Specifies the agent pool name we wish to use.
// +optional
AgentPoolName string `json:"agentPoolName,omitempty"`
// Annotations for the output secret.
// +optional
OutputAnnotations map[string]string `json:"outputAnnotations,omitempty"`
}

// WorkspaceStatus defines the observed state of Workspace
Expand Down
Loading

0 comments on commit d16bb9d

Please sign in to comment.