diff --git a/basic/apps/dev/gitea-values-configmap.yaml b/basic/apps/dev/gitea-values-configmap.yaml index 797d9b5..d18cc3e 100644 --- a/basic/apps/dev/gitea-values-configmap.yaml +++ b/basic/apps/dev/gitea-values-configmap.yaml @@ -9,7 +9,7 @@ data: ingress: enabled: true annotations: - kubernetes.io/tls-acme: true + kubernetes.io/tls-acme: "true" hosts: - host: "dev.${domain}" paths: diff --git a/basic/apps/do/vikunja-values-configmap.yaml b/basic/apps/do/vikunja-values-configmap.yaml index 7731a40..acc7f7d 100644 --- a/basic/apps/do/vikunja-values-configmap.yaml +++ b/basic/apps/do/vikunja-values-configmap.yaml @@ -27,7 +27,7 @@ data: enabled: true primary: false annotations: - kubernetes.io/tls-acme: true + kubernetes.io/tls-acme: "true" hosts: - host: "do.${domain}" paths: diff --git a/basic/apps/people/suitecrm-values-configmap.yaml b/basic/apps/people/suitecrm-values-configmap.yaml index d949095..afd5bde 100644 --- a/basic/apps/people/suitecrm-values-configmap.yaml +++ b/basic/apps/people/suitecrm-values-configmap.yaml @@ -9,7 +9,7 @@ data: ingress: enabled: true annotations: - kubernetes.io/tls-acme: true + kubernetes.io/tls-acme: "true" hostname: "people.${domain}" tls: true # - secretName: suitecrm-tls diff --git a/basic/clusters/production/suitecrm-kustomization.yaml b/basic/clusters/production/suitecrm-kustomization.yaml index cfb7891..6509b98 100644 --- a/basic/clusters/production/suitecrm-kustomization.yaml +++ b/basic/clusters/production/suitecrm-kustomization.yaml @@ -27,9 +27,11 @@ spec: namespace: stackspout postBuild: substituteFrom: - #- kind: Secret - # name: stackspin-suitecrm-variables + - kind: Secret + name: stackspin-suitecrm-variables + optional: true - kind: Secret name: stackspin-suitecrm-oauth-variables + optional: true - kind: Secret name: stackspin-cluster-variables