Closed loicalbertin closed 1 year ago
@loicalbertin I like this better, so in future should there be more secrets, there is a way to handle/mount it.
@loicalbertin , PR #14 has been merged, so pls rebase and bump up the chart version again.
@rchincha done!
@loicalbertin Thanks for your PRs. Now available to www @ https://artifacthub.io/packages/helm/zot/zot
If you do find other issues or interesting features that you would like to add, pls do.
Description of changes
added a new
externalSecrets
value. This value is a list of tuples that defines a "secretName" and a "mountPath". "secretName" references a secret within the same namespace than the Zot container and "mountPath" specifies the path within the container filesystem where the secret is mounted.Chart version bumped to
0.1.29
.Fixes #10
I already proposed PR #11 to fix #10, but my personal preference goes to this PR.
To be noted that this PR has 0 impacts on
mountSecret
andsecretFiles
and can be use along with them.How to use it
Within
values.yaml
,externalSecrets
can be speficied this way:A command line flags equivalent would be: