Skip to content

Commit

Permalink
Fix GCP cloudsql manifest (kubeflow#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and Jeffwan committed Dec 9, 2020
1 parent 1dc234a commit d5a947f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions manifests/kustomize/env/gcp/gcp-configurations-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,31 @@ spec:
- name: CLOUD_SQL_INSTANCE_CONNECTION_NAME
# E.g. project-id:us-central1:instance-name
value: ''
---
apiVersion: v1
kind: ConfigMap
metadata:
name: workflow-controller-configmap
data:
config: |
{
namespace: $(NAMESPACE),
executorImage: gcr.io/ml-pipeline/argoexec:v2.3.0-license-compliance,
artifactRepository:
{
s3: {
bucket: '', # Replace this with the same bucket as OBJECTSTORECONFIG_BUCKETNAME.
keyPrefix: artifacts,
endpoint: minio-service.$(NAMESPACE):9000,
insecure: true,
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
},
secretKeySecret: {
name: mlpipeline-minio-artifact,
key: secretkey
}
}
}
}

0 comments on commit d5a947f

Please sign in to comment.