From f2f4c0c3bf70b4b5bfc14e308885a47d6e62474b Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Thu, 22 Jan 2026 00:33:15 +0000 Subject: [PATCH] Fixed resource name Changelog: fixed Signed-off-by: GeorgeRaven --- charts/harbor-config/templates/workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/harbor-config/templates/workspace.yaml b/charts/harbor-config/templates/workspace.yaml index e11ff6a8..5a982699 100644 --- a/charts/harbor-config/templates/workspace.yaml +++ b/charts/harbor-config/templates/workspace.yaml @@ -444,7 +444,7 @@ spec: } } - resource "harbor_robot_account" "system" { + resource "harbor_robot_account" "gitea" { name = "${var.GITEA_ROBOT_USER}" description = "gitea read-write actions account" level = "system"