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