suitecrm: fix config

This commit is contained in:
xeruf 2022-07-06 10:24:04 +01:00
parent ea930584b1
commit ad11b0df68
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ data:
hostname: "people.${domain}" hostname: "people.${domain}"
tls: true tls: true
certManager: true certManager: true
suitecrmUsernme: "admin" suitecrmUsername: "admin"
suitecrmEmail: "${admin_email}" suitecrmEmail: "${admin_email}"
existingSecret: stackspin-suitecrm-variables existingSecret: stackspin-suitecrm-variables
# TODO Adjust OIDC SSO to service # TODO Adjust OIDC SSO to service

View File

@ -8,8 +8,8 @@ spec:
interval: 30m interval: 30m
wait: true wait: true
timeout: 1h timeout: 1h
dependsOn: #dependsOn:
#- name: single-sign-on # - name: single-sign-on
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: stackspout name: stackspout