Ok, but how do Kustomize know what to do regarding Knative CRDs. Is there some kind of templating?
– Chris G.Nov 14 '19 at 23:37
1
With kustomize you override a base manifest, instead of templating and you can use it on all kind of Kubernetes manifests.
– JonasNov 15 '19 at 17:01
1
For anything other than k8s build-in types, if you need to provide merge key and patch strategy information about custom resource types, you will have to provide your own OpenAPI schema to do so.
– Kiran PAug 20 '22 at 11:43