-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Some lines are missing here:
https://github.com/SovereignCloudStack/opendesk-on-scs/blob/main/helper/deploy-openDesk#L70
A fix may look like this:
diff --git a/helper/deploy-openDesk b/helper/deploy-openDesk
index 9a6c851..6e8ca60 100755
--- a/helper/deploy-openDesk
+++ b/helper/deploy-openDesk
@@ -67,7 +67,9 @@ spec:
selector:
dnsNames:
- "*.${DOMAIN}"
-```
+EOF
+ kubectl apply -f cluster-issuer.yaml -n ${NAMESPACE}
+fi
###
echo "Deploying openDesk on ${DOMAIN}" in namespace ${NAMESPACE}.
But the cluster-issuer.yaml seems to contain multiple configurations (my-dns-provider, letsencrypt-staging, letsencrypt-prod) which should be cleaned up or explained.
PS: The "example-env" described in quickstart is also not referenced in the script.
Metadata
Metadata
Assignees
Labels
No labels