feat(argo-workflows): Add encryptionOptions to S3 based artifactRepository (#1122)
* add encryptionOptions * fix indentation * fix typo * fix mapping * update version * document usage in comments in values.yaml * document usage in comments in values.yaml Signed-off-by: Bart Geens <bgeens2@its.jnj.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Bart Geens <bgeens2@its.jnj.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
a647fbe123
commit
8b26bed62f
3 changed files with 8 additions and 2 deletions
|
|
@ -491,6 +491,8 @@ artifactRepository:
|
|||
# region:
|
||||
# roleARN:
|
||||
# useSDKCreds: true
|
||||
# encryptionOptions:
|
||||
# enableEncryption: true
|
||||
# -- Store artifact in a GCS object store
|
||||
# @default -- `{}` (See [values.yaml])
|
||||
gcs: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue