Skip to content

Commit

Permalink
Fixed mis-formatted comma in S3-pipeline-static config (Helm Chart) (a…
Browse files Browse the repository at this point in the history
…wslabs#715)

- continue this fix in related helm chart
awslabs#709
  • Loading branch information
jsitu777 committed Jun 27, 2023
1 parent 6010a37 commit 3209cc1
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 3209cc1

Please sign in to comment.