diff --git a/basic/apps/people/suitecrm-values-configmap.yaml b/basic/apps/people/suitecrm-values-configmap.yaml index 1730d1c76e836001697370b000b014d7059e0db9..e43372eb7956d0596915581391034d7f50fe2349 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 3542435559e7ee19a8a40f4d679b4891d18b1d02..c89f19cbca1f49a5cb81b00daa3fc37e52a36266 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