The crds and role bindings are in the push operator
* deploy/service_account.yaml * deploy/role.yaml * deploy/role_binding.yaml * deploy/crds/push_v1alpha1_pushapplication_crd.yaml * deploy/crds/push_v1alpha1_androidvariant_crd.yaml * deploy/crds/push_v1alpha1_iosvariant_crd.yaml * deploy/crds/push_v1alpha1_unifiedpushserver_crd.yaml
The operator is
* deploy/operator.yaml
And the Cr to deploy UPS is
* deploy/crds/push_v1alpha1_unifiedpushserver_cr.yaml
If necessary, updating the file layout of the operator project to make it more compatible with this installer is allowed. |
|