14 lines
404 B
YAML
14 lines
404 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# Audit/render entrypoint only. Do not apply this aggregate: controllers and
|
|
# one-shot operations have readiness boundaries that Kustomize cannot express.
|
|
resources:
|
|
- ../stages/00-platform
|
|
- ../stages/10-vault
|
|
- ../stages/20-secrets
|
|
- ../stages/30-data
|
|
- ../stages/35-registry
|
|
- ../stages/40-operations
|
|
- ../stages/50-apps
|