forked from kubeflow/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
namespace-related kustomizations (kubeflow#1787)
* common: Consolidate kubeflow namespace in one kustomization Signed-off-by: Yannis Zarkadas <[email protected]> * common: Add kustomization for user Profile in common Signed-off-by: Yannis Zarkadas <[email protected]>
- Loading branch information
1 parent
f52fe84
commit 2f76822
Showing
7 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
common/namespaces/base/kustomization.yaml → ...ubeflow-namespace/base/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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- namespaces.yaml | ||
- namespace.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
File renamed without changes.
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,2 @@ | ||
user=user | ||
profile-name=kubeflow-user |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.