Skip to content

Commit

Permalink
feat(optimus): add variables field in project & namespace (#132)
Browse files Browse the repository at this point in the history
* feat(optimus): add variables field in project & namespace

* feat: remove deprecation on namespace config
  • Loading branch information
ahmadnaufal authored Oct 18, 2024
1 parent 7bfbb3b commit 64b8a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gotocompany/optimus/core/v1beta1/namespace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ message GetNamespaceResponse {
message NamespaceSpecification {
string name = 1;
map<string, string> config = 2;
map<string, string> variables = 3;
}
2 changes: 2 additions & 0 deletions gotocompany/optimus/core/v1beta1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ message ProjectSpecification {
string location = 7;
}
map<string, ProjectPreset> presets = 4;

map<string, string> variables = 5;
}

0 comments on commit 64b8a59

Please sign in to comment.