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:
parent
438f7a26b7
commit
e9ab3b5c88
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue