We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f4a83 commit e38b0e7Copy full SHA for e38b0e7
pkg/codefresh/gitops.go
@@ -31,6 +31,7 @@ type (
31
Spec struct {
32
Type string `json:"type"`
33
Application string `json:"application"`
34
+ Context string `json:"context"`
35
} `json:"spec"`
36
}
37
0 commit comments