From ad11b0df68acb3ca2566099fdd763dcbab416434 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Wed, 6 Jul 2022 10:24:04 +0100
Subject: [PATCH] suitecrm: fix config

---
 basic/apps/people/suitecrm-values-configmap.yaml      | 2 +-
 basic/clusters/production/suitecrm-kustomization.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/basic/apps/people/suitecrm-values-configmap.yaml b/basic/apps/people/suitecrm-values-configmap.yaml
index 1730d1c..e43372e 100644
--- a/basic/apps/people/suitecrm-values-configmap.yaml
+++ b/basic/apps/people/suitecrm-values-configmap.yaml
@@ -13,7 +13,7 @@ data:
       hostname: "people.${domain}"
       tls: true
       certManager: true
-    suitecrmUsernme: "admin"
+    suitecrmUsername: "admin"
     suitecrmEmail: "${admin_email}"
     existingSecret: stackspin-suitecrm-variables
     # TODO Adjust OIDC SSO to service
diff --git a/basic/clusters/production/suitecrm-kustomization.yaml b/basic/clusters/production/suitecrm-kustomization.yaml
index 3542435..c89f19c 100644
--- a/basic/clusters/production/suitecrm-kustomization.yaml
+++ b/basic/clusters/production/suitecrm-kustomization.yaml
@@ -8,8 +8,8 @@ spec:
   interval: 30m
   wait: true
   timeout: 1h
-  dependsOn:
-    #- name: single-sign-on
+  #dependsOn:
+  # - name: single-sign-on
   sourceRef:
     kind: GitRepository
     name: stackspout
-- 
GitLab