Skip to content

Commit dc9de46

Browse files
authored
Fix minor doc and comment typos (#168)
1 parent 1725249 commit dc9de46

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ created in [OpenStack](https://www.openstack.org/) by the
66
and
77
[Cinder CSI plugin](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
88
for Kubernetes clusters created using the
9-
[Cluster API OpenStack infrastrucutre provider](https://github.com/kubernetes-sigs/cluster-api-provider-openstack).
9+
[Cluster API OpenStack infrastructure provider](https://github.com/kubernetes-sigs/cluster-api-provider-openstack).
1010

1111
## Installation
1212

capi_janitor/openstack/openstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __init__(self, /, base_url, prefix = None, **kwargs):
140140
# Initialise the client with the scheme/host
141141
super().__init__(base_url = f"{url.scheme}://{url.netloc}", **kwargs)
142142
# If another prefix is not given, use the path from the base URL as the prefix,
143-
# otherwise combine the prefixes and remove duplicates path sections.
143+
# otherwise combine the prefixes and remove duplicated path sections.
144144
# This ensures things like pagination work nicely without duplicating the prefix
145145
if prefix:
146146
self._prefix = "/".join([url.path.rstrip("/"), prefix.lstrip("/").lstrip(url.path)])

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: cluster-api-janitor-openstack
33
description: Helm chart for deploying cluster-api-janitor-openstack.
44
type: application
5-
# The version and appVersion are updated by the chart build script
5+
# The version and appVersion are updated by the chart build script
66
version: 0.1.0
77
appVersion: main

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The default volumes policy for the oeprator
1+
# The default volumes policy for the operator
22
defaultVolumesPolicy: delete
33

44
# The image to use for the operator
55
image:
66
repository: ghcr.io/azimuth-cloud/cluster-api-janitor-openstack
77
pullPolicy: IfNotPresent
8-
tag: "" # Defaults to appVersion if not given
8+
tag: "" # Defaults to appVersion if not given
99

1010
imagePullSecrets: []
1111

0 commit comments

Comments
 (0)