Skip to content
Snippets Groups Projects
Unverified Commit d80c3873 authored by Varac's avatar Varac
Browse files

Rename .env.example to .flux.env.example

parent 176dc79e
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-staging/acme/; /^\s*#.*$/d; /^\s*$/d" install/.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-staging/acme/; /^\s*#.*$/d; /^\s*$/d" install/.flux.env.example >> ${CLUSTER_DIR}/.flux.env
- set -o allexport; source ${CLUSTER_DIR}/.flux.env; set +o allexport
# Deploy secret/oas-cluster-variables
- cp install/kustomization.yaml ${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