Skip to content

Commit

Permalink
manifests: Refactor kustomizations to use metadata from third-party f…
Browse files Browse the repository at this point in the history
…older

Signed-off-by: Yannis Zarkadas <[email protected]>
  • Loading branch information
yanniszark committed Mar 22, 2021
1 parent b4b404a commit c3f4d35
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Kustomization
namespace: kubeflow
bases:
- ../../pipeline
- ../../metadata
- ../../cache
- ../../cache-deployer
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/kustomize/env/azure/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace: kubeflow

bases:
- ../../base/installs/generic
- ../../base/metadata/base
- ../../third-party/argo/installs/namespace
- minio-azure-gateway

Expand Down
1 change: 1 addition & 0 deletions manifests/kustomize/env/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bases:
- ../../third-party/application
- ../../base/application
- ../../base/installs/generic
- ../../base/metadata/base
- ../../third-party/argo/installs/namespace
- inverse-proxy
- minio-gcs-gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Kustomization

bases:
- ../../base/installs/multi-user
- ../../base/metadata/overlays/db
- ../../third-party/argo/installs/cluster
- ../../third-party/mysql
- ../../third-party/minio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Kustomization

bases:
- ../../base/installs/generic
- ../../base/metadata/base
- ../../third-party/argo/installs/namespace
- ../../third-party/minio
- ../../third-party/mysql
Expand Down

0 comments on commit c3f4d35

Please sign in to comment.