Skip to content

Commit

Permalink
link correction in readme and some other minor doc corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Jul 17, 2024
1 parent 68e52ba commit 69f31de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ metadata:
generateName: cert-manager-
namespace: argocd
spec:
destination:
server: ${TARGET_VCLUSTER}
namespace: cert-manager
project: default
source:
chart: cert-manager
Expand All @@ -50,6 +47,9 @@ spec:
parameters:
- name: installCRDs
value: "true"
destination:
server: ${TARGET_VCLUSTER}
namespace: cert-manager
syncPolicy:
automated:
selfHeal: true
Expand Down Expand Up @@ -271,7 +271,7 @@ Add providers to allow CAPI to talk to various cloud providers.
### OpenStack
* [Install the provider](charts/cluster-api-provider-openstack/README.md)
* [Install a cluster](charts/cluster-api-provider-openstack/README.md)
* [Install a cluster](charts/cluster-api-cluster-openstack/README.md)
## Developers
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-api-cluster-openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## Configuration Variables

Please consult the [`values.yaml`](../cluster-api-cluster-openstack/values.yaml) file for some basic examples.
The [`values.schema.json`](../cluster-api-cluster-openstack/values.schema.json) file documents structure, types and required fields further.
Please consult the [`values.yaml`](values.yaml) file for some basic examples.
The [`values.schema.json`](values.schema.json) file documents structure, types and required fields further.

## Helm

Expand Down

0 comments on commit 69f31de

Please sign in to comment.