12 lines
376 B
YAML
12 lines
376 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
- ../../base/forte-drop
|
|
- ../../base/forte-drop-mcp
|
|
|
|
# No patches needed — base already has "upc-dev" paths
|
|
# upc-dev is the default/base cluster
|
|
# forte-drop and forte-drop-mcp are scoped to upc-dev only — they have
|
|
# hackathon-domain hardcoded values and must not sync to upc-prod.
|