https://github.com/saada/gitops-toolkit-helm-chart
gitops toolkit helm chart
https://github.com/saada/gitops-toolkit-helm-chart
gitops gitops-toolkit helm helm-chart
Last synced: about 1 month ago
JSON representation
gitops toolkit helm chart
- Host: GitHub
- URL: https://github.com/saada/gitops-toolkit-helm-chart
- Owner: saada
- Created: 2020-07-29T20:05:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T20:38:36.000Z (over 5 years ago)
- Last Synced: 2025-10-09T04:11:27.485Z (6 months ago)
- Topics: gitops, gitops-toolkit, helm, helm-chart
- Language: Makefile
- Homepage: https://toolkit.fluxcd.io/
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitops Toolkit Helm Chart
## Prerequisites
- Helm 3
## Install
```sh
helm repo add - username - password gotk-helm-chart 'https://raw.githubusercontent.com/saada/gotk-helm-chart/master/'
helm repo update
helm repo list
helm search gitops-toolkit
helm install --namespace gitops-system gitops-toolkit gotk-helm-chart/gitops-toolkit
```
Alternatively
```sh
git clone
cd
kubectl create namespace gitops-system
helm install --namespace gitops-system gitops-toolkit .
```
## Contributor Guide
```sh
tk install --export > templates/template.yaml
# move crds out of template.yaml into crds.yaml
# remove namespace object
make build
```