Skip to content

Commit

Permalink
Add licenseSecretName to stash chart values
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 24, 2023
1 parent a641610 commit c8fafae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ global:
# helm install appscode/stash \
# --set global.license=<license file content>
license: ""
# Name of Secret with the license as key.txt key
licenseSecretName: ""
# Docker registry used to pull Stash operator image
registry: ""
# Docker registry fqdn used to pull Stash related images.
Expand Down

0 comments on commit c8fafae

Please sign in to comment.