Skip to content

Commit

Permalink
update buckit-init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
erulabs committed Jun 18, 2024
1 parent 7538ccb commit 96f372e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions k8s/prod/buckit-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ wait_for_consul_leader

mkdir -p /secrets

consul_get config/buckit/config.yaml > "/secrets/config.json"
echo "---" > /secrets/config.yaml
consul_get config/buckit/config.yaml >> /secrets/config.yaml

buckit --config /secrets/config.json
buckit --config /secrets/config.yaml

0 comments on commit 96f372e

Please sign in to comment.