Skip to content

Commit

Permalink
Merge pull request #79 from mcdonagj/feature/fix-various-spelling-mis…
Browse files Browse the repository at this point in the history
…takes

Fix various spelling mistakes made in values.yaml & README.md.
  • Loading branch information
MaxRink authored Feb 13, 2024
2 parents 9e69b5e + 6e9c3d2 commit 29c6fc0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/vsphere-cpi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ global:
type: Secret # or ConfigMap
name: vsphere-cpi
secretsInline: true
# Global properties in this section will be used for all specified vCenters unless overriden in VirtualCenter section.
# Global properties in this section will be used for all specified vCenters unless overridden in VirtualCenter section.
# global:
# port: 443
# # set insecureFlag to true if the vCenter uses a self-signed cert
Expand Down
2 changes: 1 addition & 1 deletion charts/vsphere-csi-old/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ If your Kubernetes clusters are in a network that is firewalled from the Interne

## Manually installing the vSphere CSI driver

If you want to provide your own `csi-vsphere.conf`, for example, to handle multple datacenters/vCenters or for using zones, you can learn how to manually deploy the CSI driver by reading the following [documentation](https://vsphere-csi-driver.sigs.k8s.io/driver-deployment/installation.html).
If you want to provide your own `csi-vsphere.conf`, for example, to handle multiple datacenters/vCenters or for using zones, you can learn how to manually deploy the CSI driver by reading the following [documentation](https://vsphere-csi-driver.sigs.k8s.io/driver-deployment/installation.html).

## Uninstalling the vSphere CSI Helm Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/vsphere-csi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ The command removes all the Kubernetes components associated with the chart and
| `global.config.storageclass.expansion` | Enable VolumeExpansion for storageclass, see https://vsphere-csi-driver.sigs.k8s.io/features/volume_expansion.html | `false` |
| `global.config.storageclass.default` | Make created storageClass default | `false` |
| `global.config.storageclass.reclaimPolicy` | Set reclaimPolicy for storageclass | `Delete` |
| `global.config.netconfig` | Configre Network config for Filebased-Volumes | `{}` |
| `global.config.netconfig` | Configure Network config for Filebased-Volumes | `{}` |

### global.config.global Global properties in this section will be used for all specified vCenters unless overriden in VirtualCenter section.
### global.config.global Global properties in this section will be used for all specified vCenters unless overridden in VirtualCenter section.

| Name | Description | Value |
| ------------------------------------ | ----------------------------------------------------------------- | ------ |
| `global.config.global.port` | Default port to use if not specified different for vCenter | `443` |
| `global.config.global.insecure-flag` | Whether to default to insecure connections to vCenters by default | `true` |
| `global.config.vcenter` | vCenter-specifc confguration | `{}` |
| `global.config.vcenter` | vCenter-specific configuration | `{}` |
| `global.config.labels` | Used to configure Toplogy-awareness | `{}` |

### Common parameters
Expand Down
8 changes: 4 additions & 4 deletions charts/vsphere-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ global:
expansion: false # https://vsphere-csi-driver.sigs.k8s.io/features/volume_expansion.html
default: false
reclaimPolicy: Delete
## @param global.config.netconfig Configre Network config for Filebased-Volumes
## @param global.config.netconfig Configure Network config for Filebased-Volumes

netconfig: {}
# A:
Expand All @@ -50,9 +50,9 @@ global:
# permissions: "READ_WRITE"
# rootsquash: true
# datastore: "datastore"
## @section global.config.global Global properties in this section will be used for all specified vCenters unless overriden in VirtualCenter section.
## @section global.config.global Global properties in this section will be used for all specified vCenters unless overridden in VirtualCenter section.

# Global properties in this section will be used for all specified vCenters unless overriden in VirtualCenter section.
# Global properties in this section will be used for all specified vCenters unless overridden in VirtualCenter section.
global:
## @param global.config.global.port Default port to use if not specified different for vCenter
## @param global.config.global.insecure-flag Whether to default to insecure connections to vCenters by default
Expand All @@ -65,7 +65,7 @@ global:
#secretNamespace: kube-system
#cluster-id: your-unique-cluster-id
# vcenter section
## @param global.config.vcenter vCenter-specifc confguration
## @param global.config.vcenter vCenter-specific configuration

vcenter: {}
# your-vcenter-name-here:
Expand Down

0 comments on commit 29c6fc0

Please sign in to comment.