fix(argo-workflows): #2073: Fixed gcs keyFormat template example in values.yaml

Signed-off-by: Alexandre Joris <alexandre.joris@govirtuo.com>
This commit is contained in:
Alexandre Joris 2023-05-29 10:37:33 +02:00
parent 438f7a26b7
commit e9ab3b5c88
No known key found for this signature in database
GPG key ID: D370BF7E40FFEAF6

View file

@ -709,7 +709,7 @@ artifactRepository:
# @default -- `{}` (See [values.yaml])
gcs: {}
# bucket: <project>-argo
# keyFormat: "{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}"
# keyFormat: "{{ \"{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}\" }}"
# serviceAccountKeySecret is a secret selector.
# It references the k8s secret named 'my-gcs-credentials'.
# This secret is expected to have have the key 'serviceAccountKey',