Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 35d188f

Browse files
🔧 Change resource quota name
1 parent 564b4a9 commit 35d188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/hrq/rqreconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
const (
2626
// The name of the ResourceQuota object created by the
2727
// ResourceQuotaReconciler in a namespace.
28-
ResourceQuotaSingleton = "hrq." + api.MetaGroup
28+
ResourceQuotaSingleton = "local-impl-hrq." + api.MetaGroup
2929
)
3030

3131
// HRQEnqueuer enqueues HierarchicalResourceQuota objects.

0 commit comments

Comments
 (0)