e2fyi / k8s-helm-operator

k8s CRD to install/upgrade/rollback helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github.com/e2fyi/k8s-helm-operator

golang

k8s-helm-operator aims to make deploying helm charts more declarative through k8s Custom Resource Definitions.

Developer notes

# create a vendor sub-folder so `go generate` can work
go mod vendor

# generates the deep-copy functions as well as the client codes
go generate

About

k8s CRD to install/upgrade/rollback helm charts

License:Apache License 2.0


Languages

Language:Go 98.3%Language:Shell 1.7%