Skip to content
Snippets Groups Projects
Commit 4171b498 authored by xeruf's avatar xeruf
Browse files

apps: requote acme tls trues

parent 8868a668
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ data:
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: true
kubernetes.io/tls-acme: "true"
hosts:
- host: "dev.${domain}"
paths:
......
......@@ -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:
......
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment