From 8df17fa2f09f004e099dd016c06ab5aa76cf9111 Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Thu, 22 Jan 2026 00:32:04 +0000 Subject: [PATCH] Fixed resource name mistype 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 8b482fb5..e11ff6a8 100644 --- a/charts/harbor-config/templates/workspace.yaml +++ b/charts/harbor-config/templates/workspace.yaml @@ -444,7 +444,7 @@ spec: } } - resource "harbor_gitea_robot_account" "system" { + resource "harbor_robot_account" "system" { name = "${var.GITEA_ROBOT_USER}" description = "gitea read-write actions account" level = "system"