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
297 stars 231 forks source link

Fix invalid kamonTags setting #658

Closed upgle closed 3 years ago

upgle commented 3 years ago

Description

There was an issue that the invoker's kamonTags setting was not applied. On the other hand, the controller had no problem.

I've found a problem with the conditional and fixed it. (The kamon tag setting is independent of Prometheus.)

dgrove-oss commented 3 years ago

ok to merge this?

style95 commented 3 years ago

I merged it.