Categorygithub.com/DevYoungHulk/smart-cd-operator
modulepackage
0.0.0-20220714023746-d8faefa5007c
Repository: https://github.com/devyounghulk/smart-cd-operator.git
Documentation: pkg.go.dev

# README

smart-cd-operator

go init
operator-sdk init --domain org.smart --repo github.com/DevYoungHulk/smart-cd-operator
operator-sdk create api --version=v1alpha1 --kind=Canary --group cd

go mod tidy
go mod vendor

make build
make install

make run

make docker-build
make docker-push
make deploy

# Packages

No description provided by the author
No description provided by the author

# Variables

No description provided by the author