Replies: 1 comment 1 reply
-
|
Flux uses the same Go package as the kustomize CLI, so yes it should work the same as running Please open an issue in kustomize-controller and provide manifests to replicate the bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have our own CRD for deploying our service in k8s and are moving to GitOps principle for deployment. In order to use kustomize at its best we want to use strategic merge for our CRD which makes necessary to provide a custom OpenAPI schema as described here https://github.com/kubernetes-sigs/kustomize/blob/master/examples/customOpenAPIschema.md
Locally executing kustomize build it works as expected. When applied using flux in the cluster it seems that the custom schema is not taken into account. Should that be supported by flux?
Beta Was this translation helpful? Give feedback.
All reactions