This commit is contained in:
2026-04-28 20:38:59 +02:00
parent 7132f5000e
commit 1c6f18b67c
18 changed files with 293 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ Bootstrap()
Gitea()
{
echo "Installing secret..."
kubectl apply -f "secrets/"
kubectl apply -f "private/${CLUSTER}/gitea-repo-main.yaml"
kubectl apply -f "private/${CLUSTER}/main.key"
}