diff --git a/basic/apps/people/suitecrm-values-configmap.yaml b/basic/apps/people/suitecrm-values-configmap.yaml
index b74fde8caa7750d4558da4cec83bda4e37b75087..1730d1c76e836001697370b000b014d7059e0db9 100644
--- a/basic/apps/people/suitecrm-values-configmap.yaml
+++ b/basic/apps/people/suitecrm-values-configmap.yaml
@@ -13,6 +13,9 @@ data:
       hostname: "people.${domain}"
       tls: true
       certManager: true
+    suitecrmUsernme: "admin"
+    suitecrmEmail: "${admin_email}"
+    existingSecret: stackspin-suitecrm-variables
     # TODO Adjust OIDC SSO to service
     #    - name: Stackspin
     #      key: "${client_id}"
diff --git a/basic/clusters/production/suitecrm-kustomization.yaml b/basic/clusters/production/suitecrm-kustomization.yaml
index 2031f31881e26a0ea3c1ac80d6415c774e9192d2..3542435559e7ee19a8a40f4d679b4891d18b1d02 100644
--- a/basic/clusters/production/suitecrm-kustomization.yaml
+++ b/basic/clusters/production/suitecrm-kustomization.yaml
@@ -9,7 +9,7 @@ spec:
   wait: true
   timeout: 1h
   dependsOn:
-    - name: single-sign-on
+    #- name: single-sign-on
   sourceRef:
     kind: GitRepository
     name: stackspout
@@ -17,8 +17,8 @@ spec:
   prune: true
   postBuild:
     substituteFrom:
-      #- kind: Secret
-      #  name: stackspin-suitecrm-variables
+      - kind: Secret
+        name: stackspin-suitecrm-variables
       #- kind: Secret
       #  name: stackspin-suitecrm-oauth-variables
       - kind: Secret
diff --git a/basic/install.sh b/basic/install.sh
index 232a18359d24687f4b3bca1fecef3a9dccd3b138..e591c13bfd49cb5870d9ff4e56687a48049d8867 100755
--- a/basic/install.sh
+++ b/basic/install.sh
@@ -17,3 +17,4 @@ flux create kustomization stackspout \
 
 python $STACKSPIN/install/generate_secrets.py vikunja
 python $STACKSPIN/install/generate_secrets.py gitea
+python $STACKSPIN/install/generate_secrets.py suitecrm