Milan Pavlik a75b4cf200 [public-api-server] Add deployment into installer
Please enter the commit message for your changes. Lines starting
2022-04-13 16:59:26 +05:30

13 lines
356 B
Go

// Copyright (c) 2022 Gitpod GmbH. All rights reserved.
// Licensed under the MIT License. See License-MIT.txt in the project root for license information.
package public_api_server
import "github.com/gitpod-io/gitpod/installer/pkg/common"
var Objects = common.CompositeRenderFunc(
deployment,
rolebinding,
common.DefaultServiceAccount(Component),
)