Skip to content

Commit

Permalink
Re-organize hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Mar 22, 2021
1 parent 719859b commit 9a76403
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export PATH=/usr/local/bin:/bin:$PATH
export NAMESPACE="${NAMESPACE_PREFIX}${ONDEMAND_USERNAME}"

BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
YAML_DIR="${BASEDIR}/k8s-bootstrap"
YAML_DIR="${BASEDIR}/yaml"
TMPFILE=$(mktemp "/tmp/k8-ondemand-bootstrap-${ONDEMAND_USERNAME}.XXXXXX")

envsubst < "${YAML_DIR}/namespace.yaml" > "$TMPFILE"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9a76403

Please sign in to comment.