Skip to content
Snippets Groups Projects
Commit 9c6c59cb authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Varac
Browse files

Proper acme staging replacement

parent eadbf3be
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ setup-openappstack:
# TODO: I set --no-install-openappstack to skip the old installation procedure, should be removed eventually
- python3 -m openappstack $HOSTNAME install --install-kubernetes --no-install-openappstack
# Customize env file, remove all comments and empty lines
- sed "s/1.2.3.4/$IP_ADDRESS/; s/example.org/$FQDN/; s/acme_staging=false/acme_staging=true/; s/acme/acme-staging/; /^\s*#.*$/d; /^\s*$/d" install/.flux.env.example >> ${CLUSTER_DIR}/.flux.env
- sed "s/1.2.3.4/$IP_ADDRESS/; s/example.org/$FQDN/; s/acme_staging=false/acme_staging=true/; s/acme-v02/acme-staging-v02/; /^\s*#.*$/d; /^\s*$/d" install/.flux.env.example >> ${CLUSTER_DIR}/.flux.env
# Deploy secret/oas-cluster-variables
- cp install/kustomization.yaml ${CLUSTER_DIR}
- kubectl apply -k ${CLUSTER_DIR}
......
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