Skip to content

Commit

Permalink
Set s3 endpoint in workflow-controller-configmap from pipeline-instal…
Browse files Browse the repository at this point in the history
…l-config (awslabs#291)
  • Loading branch information
rrrkharse authored and surajkota committed Aug 6, 2022
1 parent 077d91e commit 3ba99cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion awsconfigs/apps/pipeline/s3/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ artifactRepository:
s3: {
bucket: $(kfp-artifact-bucket-name),
keyPrefix: artifacts,
endpoint: s3.amazonaws.com,
endpoint: $(kfp-artifact-storage-endpoint),
insecure: true,
accessKeySecret: {
name: mlpipeline-minio-artifact,
Expand Down
8 changes: 8 additions & 0 deletions awsconfigs/apps/pipeline/s3/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ patchesStrategicMerge:
# when application is deleted.
commonLabels:
application-crd-id: kubeflow-pipelines
vars:
- name: kfp-artifact-storage-endpoint
objref:
kind: ConfigMap
name: pipeline-install-config
apiVersion: v1
fieldref:
fieldpath: data.minioServiceHost

0 comments on commit 3ba99cc

Please sign in to comment.