Skip to content

Commit

Permalink
new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 17, 2024
1 parent f4f63fc commit 4411d7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/build_template.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

python3 -m venv "build/.build_venv"
source build/.build_venv/bin/activate
pip install pyyaml
cat $TEMPLATE_KUSTOMIZE | ./manifest2template.py --config config/deployment-template/clowder_config.yaml --mutate > deploy-mutate.yml
cat $TEMPLATE_KUSTOMIZE | ./manifest2template.py --config config/deployment-template/clowder_config.yaml > deploy.yml
deactivate

0 comments on commit 4411d7d

Please sign in to comment.