add delete namespace with route deleteAdmiraltySession

This commit is contained in:
mr
2025-06-18 11:04:15 +02:00
parent c0b8ac1eee
commit cb23289097
4 changed files with 94 additions and 15 deletions

View File

@@ -335,6 +335,5 @@ func (o *BookingController) createNamespace(ns string) error {
if err != nil {
return err
}
fmt.Println("ROLLLLLE BIND")
return serv.CreateRoleBinding(o.Ctx.Request.Context(), ns, "argo-role-binding", role)
}