verbunk opened a new issue #669:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/669
Pulling a fresh copy of openwhisk-deploy-kube and specifying an external
kafka per the configChoice.md,
```
kafka:
external: true
connect_string: kafka.server.com:9092
```
yields an error,
#> helm upgrade --install dev . -f mycluster.yml
Release "dev" does not exist. Installing it now.
Error: values don't meet the specifications of the schema(s) in the
following chart(s):
openwhisk:
- kafka: imageName is required
- kafka: imageTag is required
- kafka: imagePullPolicy is required
- kafka: replicaCount is required
- kafka: restartPolicy is required
- kafka: port is required
- kafka: Must validate all the schemas (allOf)
Removing the kafka block in values.schema.json allows the deployment to
continue.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]