Skip to content
Snippets Groups Projects
Verified Commit 5737c851 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix sed command for outgoing mail

parent 2dc2f3e2
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ install-stackspin: ...@@ -359,7 +359,7 @@ install-stackspin:
- sed -i "s/example.org/$FQDN/" ${CLUSTER_DIR}/.flux.env - sed -i "s/example.org/$FQDN/" ${CLUSTER_DIR}/.flux.env
- sed -i "/^\s*#.*$/d; /^\s*$/d" ${CLUSTER_DIR}/.flux.env - sed -i "/^\s*#.*$/d; /^\s*$/d" ${CLUSTER_DIR}/.flux.env
# Disable outgoing mail # Disable outgoing mail
- sed -i "s/outgoing_mail_enabled=true/outgoing_mail_enabled=false" ${CLUSTER_DIR}/.flux.env - sed -i "s/outgoing_mail_enabled=true/outgoing_mail_enabled=false/" ${CLUSTER_DIR}/.flux.env
# Deploy secret/stackspin-cluster-variables # Deploy secret/stackspin-cluster-variables
- cp install/kustomization.yaml ${CLUSTER_DIR} - cp install/kustomization.yaml ${CLUSTER_DIR}
- kubectl create namespace flux-system - kubectl create namespace flux-system
......
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