Skip to content

Commit

Permalink
namespace-related kustomizations (kubeflow#1787)
Browse files Browse the repository at this point in the history
* 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
yanniszark authored Apr 1, 2021
1 parent f52fe84 commit 2f76822
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 10 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ metadata:
labels:
control-plane: kubeflow
istio-injection: enabled
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
labels:
control-plane: kubeflow
katib-metricscollector-injection: enabled
2 changes: 2 additions & 0 deletions common/user-namespace/base/params.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
user=user
profile-name=kubeflow-user
File renamed without changes.
2 changes: 0 additions & 2 deletions contrib/default-install/base/params.env

This file was deleted.

0 comments on commit 2f76822

Please sign in to comment.