diff --git a/flux2/apps/wekan/wekan-values-configmap.yaml b/flux2/apps/wekan/wekan-values-configmap.yaml
index 7358132d08ecb6f88b76e7b47572d8c0f51fb8f8..34e55430d56c5c47b1075c169bf0406ffd351c3f 100644
--- a/flux2/apps/wekan/wekan-values-configmap.yaml
+++ b/flux2/apps/wekan/wekan-values-configmap.yaml
@@ -89,6 +89,9 @@ data:
         memory: 256Mi
         cpu: 300m
       limits:
+        # Needs to get set to null, otherwise the default from the chart
+        # values.yaml is used
+        cpu: null
         memory: 384Mi
     mongodb:
       enabled: true