Skip to content

Commit 3438f98

Browse files
ThoSapCopilot
andauthored
Update operator/src/main/java/it/aboutbits/postgresql/crd/grant/GrantReconciler.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 20bb020 commit 3438f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator/src/main/java/it/aboutbits/postgresql/crd/grant/GrantReconciler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public UpdateControl<Grant> reconcile(
7171
invalid.removeAll(allowedPrivilegesForObjectType);
7272

7373
status.setPhase(CRPhase.ERROR)
74-
.setMessage("Grant contains invalid privileges for the specified objectType [resource=%s/%s, objectType=%s, invalidPrivileges=%s, allowedPrivilegesForObjectType=%s]".formatted(
74+
.setMessage("Grant contains invalid privileges for the specified objectType. [resource=%s/%s, objectType=%s, invalidPrivileges=%s, allowedPrivilegesForObjectType=%s]".formatted(
7575
getResourceNamespaceOrOwn(resource, clusterRef.getNamespace()),
7676
clusterRef.getName(),
7777
objectType,

0 commit comments

Comments
 (0)