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
- Host: GitHub
- URL: https://github.com/pccr10001/ocsinventory-helm
- Owner: pccr10001
- License: gpl-3.0
- Created: 2022-06-30T07:42:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T07:47:02.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T22:16:18.669Z (5 months ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```