Skip to content

Commit

Permalink
fix(chart): errors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jun 23, 2022
1 parent dfc75e3 commit 6d649d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/oada/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ maintainers:
- name: awlayton
email: alex@layton.in
type: application
version: 1.2.1
version: 1.2.2
appVersion: '3.4.1'
7 changes: 5 additions & 2 deletions charts/oada/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Supports multiple release installs and non-default namespace.
- At least one ingress controller

Attempt to apply all prerequisites:
`kubectl apply -k ../../k8s/support`

[`kubectl apply -k https://www.github.com/OADA/server/k8s/support`][support]

The above command might error on the first run.
After 2-3 times, it _should_ run without error.
Expand All @@ -43,6 +44,8 @@ Add the helm chart repo
`helm repo add oada https://charts.openag.io/`

Install the Helm chart:
`helm install oada oada`
`helm install my-oada oada/oada`

See the [values.yaml](values.yaml) for various configuration options.

[support]: ../../k8s/support/kustomization.yaml

0 comments on commit 6d649d5

Please sign in to comment.