GPU-Live/sample/jupyter_kustomize/overlays/default/kustomization.yaml

17 lines
258 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
namePrefix: a1-
namespace: org2
patches:
- path: patch-pvc.yaml
target:
kind: PersistentVolumeClaim
name: tf-notebook-pvc
namespace: org1