Skip to content

Commit

Permalink
add dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Jan 18, 2024
1 parent 7df7ece commit 4e191df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ input ServiceDeploymentAttributes {
protect: Boolean
repositoryId: ID
dryRun: Boolean
interval: String
git: GitRefAttributes
helm: HelmConfigAttributes
kustomize: KustomizeAttributes
Expand Down Expand Up @@ -1030,6 +1031,8 @@ input HelmValueAttributes {
input ServiceUpdateAttributes {
version: String
protect: Boolean
dryRun: Boolean
interval: String
git: GitRefAttributes
helm: HelmConfigAttributes
configuration: [ConfigAttributes]
Expand Down

0 comments on commit 4e191df

Please sign in to comment.