-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherrypick): fix(manifest): update manifests for proper third party …
- Loading branch information
Showing
4 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
manifests/kustomize/env/plain-multi-user/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../../base/installs/multi-user | ||
- ../../base/metadata/base | ||
- ../../base/metadata/options/istio | ||
- ../../third-party/mysql/base | ||
- ../../third-party/mysql/options/istio | ||
- ../../third-party/minio/base | ||
- ../../third-party/minio/options/istio | ||
- ../../third-party/metacontroller/base | ||
|
||
# Identifier for application manager to apply ownerReference. | ||
# The ownerReference ensures the resources get garbage collected | ||
# when application is deleted. | ||
commonLabels: | ||
application-crd-id: kubeflow-pipelines | ||
|
||
# !!! If you want to customize the namespace, | ||
# please also update base/cache-deployer/cluster-scoped/cache-deployer-clusterrolebinding.yaml | ||
namespace: kubeflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../../base/installs/generic | ||
- ../../base/metadata/base | ||
- ../../third-party/minio/base | ||
- ../../third-party/mysql/base | ||
|
||
# Identifier for application manager to apply ownerReference. | ||
# The ownerReference ensures the resources get garbage collected | ||
# when application is deleted. | ||
commonLabels: | ||
application-crd-id: kubeflow-pipelines | ||
|
||
# !!! If you want to customize the namespace, | ||
# please also update base/cache-deployer/cluster-scoped/cache-deployer-clusterrolebinding.yaml | ||
namespace: kubeflow |
12 changes: 2 additions & 10 deletions
12
manifests/kustomize/env/platform-agnostic-tekton-multi-user/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters