Add harbor secrets.

This commit is contained in:
Tom Alexander
2026-04-26 09:11:35 -04:00
parent d2c01c1223
commit d7c889a2d7
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";