Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e2fyi/k8s-helm-operator
k8s CRD to install/upgrade/rollback helm charts
https://github.com/e2fyi/k8s-helm-operator
customresourcedefinitions helm helm-charts kubernetes
Last synced: about 4 hours ago
JSON representation
k8s CRD to install/upgrade/rollback helm charts
- Host: GitHub
- URL: https://github.com/e2fyi/k8s-helm-operator
- Owner: e2fyi
- License: apache-2.0
- Created: 2019-05-28T14:04:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T11:08:18.000Z (over 5 years ago)
- Last Synced: 2024-06-19T14:57:53.110Z (5 months ago)
- Topics: customresourcedefinitions, helm, helm-charts, kubernetes
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github.com/e2fyi/k8s-helm-operator
[![golang](https://img.shields.io/badge/golang-v1.12-5272B4.svg?style=flat-square "golang v1.12")](https://godoc.org/github.com/e2fyi/minio-web/pkg)`k8s-helm-operator` aims to make deploying helm charts more declarative through
k8s Custom Resource Definitions.## Developer notes
```bash
# 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
```