epam / edp-keycloak-operator

It is responsible for establishing a connection to provided Keycloak Server, reconciling realms, and clients according to the created CRs
https://docs.kuberocketci.io
Apache License 2.0
36 stars 20 forks source link

Remove OwnerRef from keycloak client or add bool in crd to diasble it. #71

Open gucio1200 opened 4 months ago

gucio1200 commented 4 months ago

Is your feature request related to a problem? Please describe. ATM. adding OwnerRef in client CRD makes argocd useless. ArgoCD is not able to delete old resources. In addition client CRD should not have controller: true flag.

Describe the solution you'd like Remove OwnerRef from keycloak client or add bool in crd to diasble it.