Skip to content

Commit

Permalink
fix: Kubernetes licensed extension deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz authored Jan 22, 2025
1 parent 7a6f775 commit 42f7885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storage/build_tools/docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ chmod +x /liman/server/storage/liman_render
chmod +x /liman/server/storage/liman_system
chmod +x /liman/server/storage/limanctl

runuser liman -c '$(which gpg) --batch --yes --delete-keys [email protected]'
runuser liman -c '$(which gpg) --import /liman/server/storage/aciklab.public'

# Generate environment variables if does not exist
if [ -f "/liman/server/.env" ]; then
echo "/liman/server/.env exists."
Expand Down

0 comments on commit 42f7885

Please sign in to comment.