Skip to content

Instantly share code, notes, and snippets.

View tschuy's full-sized avatar

Evan Tschuy tschuy

  • Indent
  • Berkeley, CA
View GitHub Profile
@tschuy
tschuy / bootstrap.sh
Last active December 13, 2019 01:17 — forked from chancez/bootstrap.sh
#!/bin/bash
set -u
set -x
FLUX_GIT_DEPLOY_KEY_SECRET=flux-git-deploy
FLUX_DEPLOY_KEY_PATH="${FLUX_DEPLOY_KEY_PATH:?}"
FLUX_GIT_REPO="${FLUX_GIT_REPO:-git@github.com:chancez/flux-get-started.git}"
HELM_BIN="${HELM_BIN:-helm2}"