add kustomize base
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
resources:
|
||||||
|
- profile.yaml
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: kubeflow.org/v1
|
||||||
|
kind: Profile
|
||||||
|
metadata:
|
||||||
|
name: kubeflow-test-profile
|
||||||
|
spec:
|
||||||
|
owner:
|
||||||
|
kind: User
|
||||||
|
name: test@example.com
|
||||||
|
plugins: []
|
||||||
|
resourceQuotaSpec:
|
||||||
|
hard:
|
||||||
|
cpu: "1"
|
||||||
|
memory: 2Gi
|
||||||
|
persistentvolumeclaims: "1"
|
||||||
Reference in New Issue
Block a user