Skip to content

Commit

Permalink
chore: add environment storage mutation to localdev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored and tobybellwood committed Feb 27, 2024
1 parent 7659b27 commit e76af92
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,28 @@ mutation PopulateApi {
type
}

UIProject1Environment1addStorage: addOrUpdateEnvironmentStorage(input:{
environment: 3
persistentStorageClaim: "nginx"
bytesUsed: 200000
kiloBytesUsed: 200000
}) {
id
bytesUsed
kiloBytesUsed
}

UIProject1Environment1addStorage: addOrUpdateEnvironmentStorage(input:{
environment: 3
persistentStorageClaim: "mariadb"
bytesUsed: 200000
kiloBytesUsed: 200000
}) {
id
bytesUsed
kiloBytesUsed
}

UIProject1Environment1addFacts: addFacts(
input: {
facts: [
Expand Down

0 comments on commit e76af92

Please sign in to comment.