mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
Remove goreleaser and fix helm packaging (#6)
Goreleaser was causing issues when helm chart action created releases for packaged helm chart, this PR replaces goreleaser with a much simpler build and push model, and returns packaged helm charts to normal.
This commit is contained in:
@@ -26,12 +26,12 @@ kubectl apply -n netbird -f https://github.com/netbirdio/kubernetes-operator/rel
|
||||
|
||||
```sh
|
||||
helm repo add netbirdio https://netbirdio.github.io/kubernetes-operator
|
||||
helm install -n netbird netbird-operator netbirdio/netbird-operator
|
||||
helm install -n netbird kubernetes-operator netbirdio/kubernetes-operator
|
||||
```
|
||||
|
||||
For more options, check the default values by running
|
||||
```sh
|
||||
helm show values netbirdio/netbird-operator
|
||||
helm show values netbirdio/kubernetes-operator
|
||||
```
|
||||
|
||||
### To Uninstall
|
||||
@@ -45,7 +45,7 @@ kubectl delete namespace netbird
|
||||
**Using helm**
|
||||
|
||||
```sh
|
||||
helm uninstall -n netbird netbird-operator
|
||||
helm uninstall -n netbird kubernetes-operator
|
||||
```
|
||||
|
||||
### Provision pods with NetBird access
|
||||
|
||||
Reference in New Issue
Block a user