🐛 Fix the clean command cause leftover ClusterRole and ClusterRoleBinding

This commit is contained in:
M. Mert Yildiran
2023-04-10 00:48:22 +03:00
parent 07b080e97a
commit c962864d0b
2 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ const (
)
const (
LabelPrefixApp = "app.kubernetes.io/"
LabelManagedBy = LabelPrefixApp + "managed-by"
LabelCreatedBy = LabelPrefixApp + "created-by"
LabelManagedBy = SelfResourcesPrefix + "managed-by"
LabelCreatedBy = SelfResourcesPrefix + "created-by"
)