rail-knative/substrate/v1.22.0/kustomization.yaml

13 lines
476 B
YAML
Raw Normal View History

# Overlay for the checksum-verified upstream assets staged by
# railiance-cluster/install/knative/install.sh (core.yaml, kourier.yaml).
# crds.yaml stays a separate first apply: core.yaml repeats one CRD, so kustomize
# refuses both in one build. Copy the staged files next to this kustomization,
# then `kubectl kustomize .`.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- core.yaml
- kourier.yaml
patches:
- path: cpu-requests.patch.yaml