fix: wrong artifactRepository
identations on values.yaml
on `artifactRepository.gcs` the following 3 keys were in the same level: - `.serviceAccountKeySecret` - `.name` - `.key` Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
This commit is contained in:
parent
e6de8c47b9
commit
8def764ff6
1 changed files with 29 additions and 29 deletions
|
@ -775,14 +775,14 @@ artifactRepository:
|
||||||
gcs: {}
|
gcs: {}
|
||||||
# bucket: <project>-argo
|
# bucket: <project>-argo
|
||||||
# keyFormat: "{{ \"{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}\" }}"
|
# keyFormat: "{{ \"{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}\" }}"
|
||||||
# serviceAccountKeySecret is a secret selector.
|
# # serviceAccountKeySecret is a secret selector.
|
||||||
# It references the k8s secret named 'my-gcs-credentials'.
|
# # It references the k8s secret named 'my-gcs-credentials'.
|
||||||
# This secret is expected to have have the key 'serviceAccountKey',
|
# # This secret is expected to have have the key 'serviceAccountKey',
|
||||||
# containing the base64 encoded credentials
|
# # containing the base64 encoded credentials
|
||||||
# to the bucket.
|
# # to the bucket.
|
||||||
#
|
# #
|
||||||
# If it's running on GKE and Workload Identity is used,
|
# # If it's running on GKE and Workload Identity is used,
|
||||||
# serviceAccountKeySecret is not needed.
|
# # serviceAccountKeySecret is not needed.
|
||||||
# serviceAccountKeySecret:
|
# serviceAccountKeySecret:
|
||||||
# name: my-gcs-credentials
|
# name: my-gcs-credentials
|
||||||
# key: serviceAccountKey
|
# key: serviceAccountKey
|
||||||
|
|
Loading…
Reference in a new issue