Skip to content

Commit

Permalink
[Cherry-pick] Fixed mis-formatted comma in S3-pipeline-static config …
Browse files Browse the repository at this point in the history
…(Helm Chart) (#716)

-cherry pick #715 to
release branch v1.7.0-b1.0.0
  • Loading branch information
jsitu777 authored May 1, 2023
1 parent 9fe91a4 commit 5102c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
bucket: {{ .Values.s3.bucketName }},
endpoint: {{ .Values.s3.minioServiceHost }},
insecure: false,
keyFormat: "artifacts/{{`{{workflow.name}}`}}/{{`{{workflow.creationTimestamp.Y}}`}}/{{`{{workflow.creationTimestamp.m}}`}}/{{`{{workflow.creationTimestamp.d}}`}}/{{`{{pod.name}}`}}"
keyFormat: "artifacts/{{`{{workflow.name}}`}}/{{`{{workflow.creationTimestamp.Y}}`}}/{{`{{workflow.creationTimestamp.m}}`}}/{{`{{workflow.creationTimestamp.d}}`}}/{{`{{pod.name}}`}}",
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
bucket: {{ .Values.s3.bucketName }},
endpoint: {{ .Values.s3.minioServiceHost }},
insecure: false,
keyFormat: "artifacts/{{`{{workflow.name}}`}}/{{`{{workflow.creationTimestamp.Y}}`}}/{{`{{workflow.creationTimestamp.m}}`}}/{{`{{workflow.creationTimestamp.d}}`}}/{{`{{pod.name}}`}}"
keyFormat: "artifacts/{{`{{workflow.name}}`}}/{{`{{workflow.creationTimestamp.Y}}`}}/{{`{{workflow.creationTimestamp.m}}`}}/{{`{{workflow.creationTimestamp.d}}`}}/{{`{{pod.name}}`}}",
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
Expand Down

0 comments on commit 5102c97

Please sign in to comment.