Skip to content

Commit

Permalink
Add minio gcp install config to instance (GoogleCloudPlatform#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Jun 12, 2020
1 parent 5734f26 commit 2699621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubeflow/instance/kustomize/kubeflow-apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ kind: Kustomization
patchesStrategicMerge:
- profiles-config.yaml
- default-install-config.yaml
- pipeline-minio-install-config.yaml
resources:
- ../../../upstream/manifests/stacks/gcp # {"type":"string","x-kustomize":{"setBy":"kpt","partialSetters":[{"name":"kustomize_manifests_path","value":"../../../upstream/manifests"}]}}
- ../../../upstream/manifests/pipeline/minio/installs/gcp-pd # {"type":"string","x-kustomize":{"setBy":"kpt","partialSetters":[{"name":"kustomize_manifests_path","value":"../../../upstream/manifests"}]}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
data:
minioPd: KUBEFLOW-NAME-storage-artifact-store # {"type":"string","x-kustomize":{"setBy":"kpt","partialSetters":[{"name":"name","value":"KUBEFLOW-NAME"}]}}
kind: ConfigMap
metadata:
name: pipeline-minio-install-config

0 comments on commit 2699621

Please sign in to comment.