You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if we use SSA and the dependent resource class is not excluded from using SSA, we also need PATCH permissions for finalizer
144
-
if (cri.getConfigurationService().shouldUseSSA(kubeResource)) {
144
+
// if we use SSA and the dependent resource class is not excluded from using SSA, we also need PATCH permissions for finalizer when the dependent resource is creatable
145
+
if (isCreator && cri.getConfigurationService().shouldUseSSA(kubeResource)) {
Copy file name to clipboardExpand all lines: core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/QuarkusControllerConfigurationBuildStep.java
0 commit comments