Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Fix new found typos
Browse files Browse the repository at this point in the history
By codespell v2.0.0.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Nov 26, 2020
1 parent 2cd87d6 commit 2bc0bb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .codespell.skip
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
./assets/charts/components/cluster-autoscaler
./assets/charts/components/contour/crds
./assets/charts/components/openebs-operator/README.md
./assets/charts/components/external-dns
./assets/charts/control-plane/calico/crds
./docs/images/lokomotive-example.gif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: Currently, bootkube installs all charts in parallel, which causes
// calico-host-protection chart installation to fail ocasionally, as it
// calico-host-protection chart installation to fail occasionally, as it
// gets installed before the Calico chart itself.
//
// To workaround this issue, we make an extra copy of the Calico CRDs into
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration-reference/components/external-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Table of all the arguments accepted by the component.
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------:|:------------:|:--------:|
| `sources` | Kubernetes resources type to be observed for new DNS entries by ExternalDNS. | ["ingress"] | list(string) | false |
| `namespace` | Namespace to install ExternalDNS. | "external-dns" | string | false |
| `policy` | Modify how DNS records are sychronized between sources and providers (options: sync, upsert-only). | "upsert-only" | string | false |
| `policy` | Modify how DNS records are synchronized between sources and providers (options: sync, upsert-only). | "upsert-only" | string | false |
| `metrics` | Enable metrics collection by Prometheus. Needs [Prometheus Operator component](prometheus-operator.md) installed. | false | bool | false |
| `owner_id` | A name that identifies this instance of ExternalDNS. Set it to a unique value across the DNS zone that doesn't change for the lifetime of the cluster. | - | string | true |
| `aws` | Configuration block for AWS Route53 DNS provider. | - | object | true |
Expand Down
4 changes: 2 additions & 2 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bc0bb7

Please sign in to comment.