Files
soleprint/rig/ctrl/k8s/base/kustomization.yaml
2026-08-20 11:24:42 -03:00

12 lines
311 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# The namespace every component lands in. The overlay overrides it, so a rig
# modelling two estates can apply the same base twice under different names.
namespace: rig
resources:
- namespace.yaml
- example-mock.yaml
- example-remote.yaml