12 lines
311 B
YAML
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
|