File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ private static Set<PolicyRule> getClusterRolePolicyRulesFromDependentResources(Q
131
131
// PATCH verb is also needed when using SSA to be able to add the finalizer when creating the resource
132
132
// Here, we optimistically add PATCH method if the resource configuration states that SSA should be
133
133
// used, despite this not being a correct/complete determination of whether the resource actually
134
- // uses SSA. This can only be determined by instantiating the dependent, which is why, if we can
134
+ // uses SSA. This can only be determined by instantiating the dependent, which is why, if we can
135
135
// instantiate it, we double-check the SSA status later on and remove the PATCH method if we can
136
136
// actually determine that it's not needed
137
137
final Object dependentResourceConfig = spec .getDependentResourceConfig ();
You can’t perform that action at this time.
0 commit comments