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:
bgeens2 2022-03-12 18:55:33 +01:00 committed by GitHub
parent a647fbe123
commit 8b26bed62f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -491,6 +491,8 @@ artifactRepository:
# region:
# roleARN:
# useSDKCreds: true
# encryptionOptions:
# enableEncryption: true
# -- Store artifact in a GCS object store
# @default -- `{}` (See [values.yaml])
gcs: {}