melahn / helm-chartmap-generator

A tool for generating ChartMap dependency reports
MIT License
0 stars 0 forks source link

add additional elements to resource/example/example-env-spec.yaml so more charts will be printable from google #9

Closed melahn closed 2 years ago

melahn commented 2 years ago

When printing from the https://charts.helm.sh/stable repo there are some preventable errors printing chart maps because these errors are due to missing values properties. Add the following to resource/example/example-env-spec.yaml

azuregateway.enabled b2gateway.enabled global.service.name gcsgateway.enabled ingress.enabled ingress.domain
insightKey insightCrt jfmcCrt jfmcKeystore mongodb.db.adminPassword mongodb.db.mcPassword mongodb.db.insightPassword mongodb.mongodbDatabase mongodb.mongodbPassword mongodb.mongodbRootPassword mongodb.mongodbUsername mongodb.url redis.redisPassword replicationPassword s3gateway.enabled service.type service.port.number signalsciences.accessKeyId signalsciences.accessKeyIdExistingSecret superuserPassword

melahn commented 2 years ago

additional elements added.