Feature/pilot projects backup (#227)

add pilot projects
This commit is contained in:
Pierre Delpy
2024-09-12 10:04:53 +02:00
committed by GitHub
parent b1de62607f
commit 65359c2ee6
22 changed files with 398 additions and 5 deletions

5
kr/modules/lens-setup.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if [ -n "$ENABLE_LENS" ];then
OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml"
fi