Skip to content

Commit

Permalink
chore(cli): update cli to consider secrets in variable sets (#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed May 22, 2024
1 parent c99062d commit b6c959c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/variableSets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ components:
type: string
value:
type: string
type:
type: string
default: raw
enum:
- raw
- secret
40 changes: 40 additions & 0 deletions cli/openapi/model_variable_set_value.go

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

0 comments on commit b6c959c

Please sign in to comment.