argcd tls

This commit is contained in:
2026-04-24 22:06:05 +02:00
parent 167d893233
commit 10a4c82834
5 changed files with 139 additions and 5 deletions

View File

@@ -27,8 +27,8 @@ Bootstrap()
Gitea()
{
echo "Installing secret..."
kubectl apply -f private/gitea-repo-main.yaml
kubectl apply -f private/main.key
kubectl apply -f "private/${CLUSTER}/gitea-repo-main.yaml"
kubectl apply -f "private/${CLUSTER}/main.key"
}
############################################################