An open API service indexing awesome lists of open source software.

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

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
```