0

I am looking for a workflow with knative.

Is it possible to use knative file with kustomize?

Chris G.
  • 23,930
  • 48
  • 177
  • 302
  • Yes, you can use kustomize to override any Kubernetes manifest file – Jonas Nov 14 '19 at 23:15
  • 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. – Jonas Nov 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 P Aug 20 '22 at 11:43

0 Answers0