extraObjects value in Kubedeploy accepts a list of raw Kubernetes manifests to be deployed.
Note
extraObjects can be used to define any other Kubernetes object type or configuration that is not directly supported by Kubedeploy.
Warning
Object names deployed with extraObjects will not be prefixed with kubedeploy.fullname template. Extra care should be taken when deploying extraObjects with multiple releases to avoid Object name collisions.