Skip to content

Commit

Permalink
gitops-secrets-gen: pre-create directory for understackdb deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobul committed Dec 5, 2024
1 parent 856977d commit 6c86ed8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/gitops-secrets-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ echo "Checking metallb"
# create placeholder directory for metallb configs
mkdir -p "${DEST_DIR}/metallb"

echo "Checking understackdb"
# create placeholder directory for understackdb configs
mkdir -p "${DEST_DIR}/understackdb"

echo "Checking nautobot"
# Nautobot secrets
mkdir -p "${DEST_DIR}/nautobot/"
Expand Down

0 comments on commit 6c86ed8

Please sign in to comment.