Skip to content

Commit 69ffa28

Browse files
committed
Allow deleting keycloak route ca
1 parent a748c23 commit 69ffa28

File tree

1 file changed

+1
-1
lines changed
  • pkg/comp-functions/functions/vshnkeycloak

1 file changed

+1
-1
lines changed

pkg/comp-functions/functions/vshnkeycloak/ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ func addOpenShiftCa(svc *runtime.ServiceRuntime, comp *vshnv1.VSHNKeycloak) erro
107107
},
108108
}
109109

110-
return svc.SetDesiredKubeObject(secret, comp.GetName()+"-route-ca")
110+
return svc.SetDesiredKubeObject(secret, comp.GetName()+"-route-ca", runtime.KubeOptionAllowDeletion)
111111
}

0 commit comments

Comments
 (0)