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 committed Feb 23, 2024
1 parent 402ecc7 commit 360e6d4
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 360e6d4

Please sign in to comment.