Skip to content

Commit

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

- continue this fix in related helm chart
#709
  • Loading branch information
jsitu777 authored May 1, 2023
1 parent 5da9b55 commit 1ca0c6a
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 1ca0c6a

Please sign in to comment.