diff --git a/internal/controllers/applications.go b/internal/controllers/applications.go index d9e89ec..8a621a2 100644 --- a/internal/controllers/applications.go +++ b/internal/controllers/applications.go @@ -147,8 +147,9 @@ func (app *Application) Create(ctx context.Context) error { Name: formattedName[0:20], Namespace: app.UserID, Labels: map[string]string{ - "component": "install", - "kind": "action", + "component": "install", + "kind": "action", + "environment": app.Data.Environemnt, }, }, StringData: map[string]string{