summaryrefslogtreecommitdiff
path: root/src/update.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-26 23:51:19 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-26 23:51:19 +0100
commit267a928cba051af398ff739e6c8d36d8d2a6289e (patch)
treec66f6605adea42db3f4ea5b01569be49b3031fbb /src/update.sh
parentnew www stuff (diff)
move secret handling outside of flufigut for now
Diffstat (limited to 'src/update.sh')
-rwxr-xr-xsrc/update.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/update.sh b/src/update.sh
new file mode 100755
index 0000000..615758c
--- /dev/null
+++ b/src/update.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+./flufigut.py examples/elevate2018.yml
+
+kubectl create -f secrets/stream-site-public-tls.yml
+kubectl create -f secrets/stream-site-local-tls.yml
+kubectl create -f secrets/onionbalance.yml
+
+exit 0
+