mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Fixed resource name mistype
Changelog: fixed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user