Add harbor secrets.

This commit is contained in:
Tom Alexander
2026-04-26 09:11:35 -04:00
parent f981e119e5
commit 1c2adb54ac
2 changed files with 43 additions and 4 deletions

View File

@@ -60,6 +60,12 @@ let
group = "26";
mode = "0777";
}
{
path = "manual-pv/harbor-psql";
owner = "26";
group = "26";
mode = "0755";
}
# {
# path = "manual-pv/gitea";
# owner = "1000";