Skip to content

Commit dc6768e

Browse files
Merge pull request #31 from LyridInc/putri-changes
Add operator to app definition
2 parents c686d29 + f65626d commit dc6768e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ type AppDefinition struct {
9898
ObjectStorage ObjectStorageDefinition `yaml:"objectStorage"`
9999
Resources []ResourcesDefinition `yaml:"resources"`
100100
Spec []SpecDefinition `yaml:"spec"`
101+
Operator bool `yaml:"operator"`
101102
}
102103

103104
type ResourcesDefinition struct {

0 commit comments

Comments
 (0)