Simon Emms 57cb39f6c6 [kots]: add registry to preflight and support checks
This checks a connection can be made, based upon the configuration
given.
2022-07-06 14:35:53 +05:30

14 lines
309 B
Go

// Copyright (c) 2022 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.
package main
import (
"github.com/gitpod-io/gitpod/kots-config-check/registry/cmd"
)
func main() {
cmd.Execute()
}