CloudHealth / helm

Apache License 2.0
8 stars 15 forks source link

[SDO-2756] Clarify chtRegion param description #105

Closed kscherme closed 10 months ago

kscherme commented 10 months ago

SDO-2756

The chart already has schema matching in place to prevent bad input:

kschermerhor@kschermerhP0294 ~ % helm install cloudhealth-collector --set apiToken=$CHT_API_TOKEN,clusterName=$CHT_CLUSTER_NAME,chtRegion=$CHT_REGION cloudhealth/cloudhealth-collector
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
cloudhealth-collector:
- chtRegion: Does not match pattern '^(us-east-1|us-east-2)$'

This PR is to make the description more clear.

vmwclabot commented 10 months ago

@kscherme, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.