Skip to content
Snippets Groups Projects
Commit 6964edab authored by xeruf's avatar xeruf
Browse files

basic: restructure directories

parent 19790176
No related branches found
No related tags found
No related merge requests found
...@@ -2,19 +2,19 @@ ...@@ -2,19 +2,19 @@
kubectl get namespace stackspout 2>/dev/null || kubectl create namespace stackspout kubectl get namespace stackspout 2>/dev/null || kubectl create namespace stackspout
echo "Creating / updating gitRepository stackspout in namespace stackspout" echo "Creating / Updating gitRepository stackspout"
flux create source git stackspout \ flux create source git stackspout \
--url=https://open.greenhost.net/xeruf/stackspout.git \ --url=https://open.greenhost.net/xeruf/stackspout.git \
--branch=main \ --branch=main \
--interval=5m --interval=5m
echo "Creating / updating kustomization stackspout in namespace stackspout" echo "Creating / Updating kustomization stackspout"
flux create kustomization stackspout \ flux create kustomization stackspout \
--source=GitRepository/stackspout \ --source=GitRepository/stackspout \
--path="./basic/clusters/production/" \ --path="./basic/infrastructure/kustomizations/" \
--prune=true \ --prune=true \
--interval=30m --interval=30m
python $STACKSPIN/install/generate_secrets.py vikunja python $STACKSPIN/install/generate_secrets.py vikunja
python $STACKSPIN/install/generate_secrets.py gitea python $STACKSPIN/install/generate_secrets.py gitea
python $STACKSPIN/install/generate_secrets.py suitecrm python $(dirname "$0")/../generate_secrets.py suitecrm
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