Skip to content

Commit

Permalink
feat: remove deprecated secret (#33)
Browse files Browse the repository at this point in the history
* omit deprecated .secret field, allow for setting of app password in advance, do not reuse existing secret

* fix case in which password is not provided, but there is an existing secret

* add missing parentheses

* add missing parentheses

* update tenant values to remove useless secret

* back out changes to app secret and values

* remove configuration.existingSecret

---------

Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
chaospuppy and Racer159 authored Dec 3, 2024
1 parent 03da776 commit e4dcb45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions values/tenant-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ tenant:
name: ###ZARF_VAR_TENANT###
configuration:
name: ###ZARF_VAR_TENANT###
configSecret:
accessKey: null
secretKey: null
existingSecret: true
pools:
# 1x4 for standalone
Expand Down

0 comments on commit e4dcb45

Please sign in to comment.