glasskube/operator

Odoo Reconciler constantly reconciles

pmig opened this issue · 0 comments

pmig commented

With debug logs activated, you could see the OdooReconciler constantly being executed.

Steps to reproduce:

Deploy an odoo:

apiVersion: "glasskube.eu/v1alpha1"
kind: Odoo
metadata:
  name: odoo
  namespace: odoo
spec:
  version: "16.0.20230901"
  host: odoo.mycompany.eu
  demoEnabled: false
  database:
    storage:
      size: "12Gi"