From c4e7b528326ede37cb792ccbb6ff7fae04a18452 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Thu, 5 Dec 2024 15:47:08 +0100 Subject: [PATCH] fix fmt --- bundle/config/resources.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/config/resources.go b/bundle/config/resources.go index e6821c009..bf81b9295 100644 --- a/bundle/config/resources.go +++ b/bundle/config/resources.go @@ -198,6 +198,7 @@ func SupportedResources() map[string]ResourceDescription { PluralName: "volumes", SingularTitle: "Volume", PluralTitle: "Volumes", + }, "apps": { SingularName: "app", PluralName: "apps",