apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
296 stars 228 forks source link

Enhance Chart schema with better checking of optional values #699

Closed dgrove-oss closed 2 years ago

dgrove-oss commented 2 years ago

Fixes #669.

Enhance JSON schema for values.yaml to not require values for aspects of the chart that are disabled. For example, if zookeeper, kafka, or couch are configured to be external then the chart shouldn't require the corresponding imageName, imageTag, etc. values to be defined.