13 lines
476 B
YAML
13 lines
476 B
YAML
|
|
# 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
|