add kustomize base

This commit is contained in:
Woo Changho
2024-11-27 05:20:27 +00:00
parent f4cc5267b5
commit 2398ae723a
2 changed files with 16 additions and 0 deletions
@@ -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"