Skip to content

Commit

Permalink
CLOUDP-207934: Fixed resource version label (#1209)
Browse files Browse the repository at this point in the history
Fixed resource version label
  • Loading branch information
igor-karpukhin authored Nov 4, 2023
1 parent a48ae47 commit 5869b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/customresource/customresource.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
ResourcePolicyAnnotation = "mongodb.com/atlas-resource-policy"
ReconciliationPolicyAnnotation = "mongodb.com/atlas-reconciliation-policy"
ResourceVersion = "app.kubernetes.io/version"
ResourceVersion = "mongodb.com/atlas-resource-version"
ResourceVersionOverride = "mongodb.com/atlas-resource-version-policy"
ResourcePolicyKeep = "keep"
ResourcePolicyDelete = "delete"
Expand Down

0 comments on commit 5869b0d

Please sign in to comment.