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

https://github.com/pccr10001/ocsinventory-helm

Helm chart for OCS Inventory
https://github.com/pccr10001/ocsinventory-helm

Last synced: 3 months ago
JSON representation

Helm chart for OCS Inventory

Awesome Lists containing this project

README

        

# Helm chart for OCS Inventory
### Installation
* copy `ocsi-secrets.yaml.sample` to `ocsi-secrets.yaml`
* modify secrets in `ocsi-secrets.yaml`
* modify configs in `values.yaml`
```
$ kubectl create namespace ocsinventory
$ kubectl apply -f ocsi-secrets.yaml
$ helm install -f .\Chart.yaml ocsinventory .
```