Skip to content

Commit d5067fa

Browse files
committed
update README.md
1 parent 8cf9168 commit d5067fa

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ helm-build: helm helmify manifests kustomize
194194
helm-package: generate manifests
195195
$(HELM) package --version $(CHART_VERSION) chart/valid8or-plugin-aws/
196196
mkdir -p charts && mv valid8or-*.tgz charts
197-
$(HELM) repo index --url https://github.com/spectrocloud-labs/valid8or-plugin-aws charts
197+
$(HELM) repo index --url https://spectrocloud-labs.github.io/valid8or-plugin-aws ./chart
198198
mv charts/valid8or-plugin-aws/index.yaml index.yaml
199199

200200
.PHONY: frigate

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ VPC:
3232
- NAT gateways per Availability Zone
3333
- Subnets per VPC
3434

35+
## Installation
36+
The AWS valid8or plugin is meant to be [installed by valid8or](https://github.com/spectrocloud-labs/valid8or/tree/gh_pages#installation) (via a Valid8orConfig), but it can also be installed directly as follows:
37+
38+
```bash
39+
helm repo add valid8or-plugin-aws https://spectrocloud-labs.github.io/valid8or-plugin-aws
40+
helm repo update
41+
helm install valid8or-plugin-aws valid8or-plugin-aws/valid8or-plugin-aws -n valid8or-plugin-aws --create-namespace
42+
```
43+
3544
## Getting Started
3645
You’ll need a Kubernetes cluster to run against. You can use [kind](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
3746
**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).

0 commit comments

Comments
 (0)