install instructions in readme
This commit is contained in:
parent
fc4e561f29
commit
7d4f01caf6
14
README.md
14
README.md
@ -31,8 +31,10 @@ env:
|
|||||||
After that it is a basic helm deployment:
|
After that it is a basic helm deployment:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
helm repo add bitwarden-operator https://lerentis.github.io/bitwarden-crd-operator
|
||||||
|
helm repo update
|
||||||
kubectl create namespace bw-operator
|
kubectl create namespace bw-operator
|
||||||
helm upgrade --install --namespace bw-operator -f chart/bitwarden-crd-operator/values.yaml bw-operator chart/bitwarden-crd-operator
|
helm upgrade --install --namespace bw-operator -f values.yaml bw-operator bitwarden-operator/bitwarden-crd-operator
|
||||||
```
|
```
|
||||||
|
|
||||||
And you are set to create your first secret using this operator. For that you need to add a CRD Object like this to your cluster:
|
And you are set to create your first secret using this operator. For that you need to add a CRD Object like this to your cluster:
|
||||||
@ -75,8 +77,8 @@ type: Opaque
|
|||||||
|
|
||||||
## Short Term Roadmap
|
## Short Term Roadmap
|
||||||
|
|
||||||
[] support more types
|
- [ ] support more types
|
||||||
[] offer option to use a existing secret in helm chart
|
- [ ] offer option to use a existing secret in helm chart
|
||||||
[x] host chart on gh pages
|
- [x] host chart on gh pages
|
||||||
[x] write release pipeline
|
- [x] write release pipeline
|
||||||
[x] maybe extend spec to offer modification of keys as well
|
- [x] maybe extend spec to offer modification of keys as well
|
||||||
|
Loading…
Reference in New Issue
Block a user