vmware-archive / http-trigger

Kubernetes CRD controller for http invocation of Kubeless functions
Apache License 2.0
9 stars 27 forks source link

fix GetTriggerClientInCluster() to avoid fatal error when multiple files are specified in KUBECONFIG #16

Closed jeffreybreen closed 3 years ago

jeffreybreen commented 3 years ago

Issue Ref: [https://github.com/kubeless/kubeless/issues/1105]

Same fix for http-trigger as [https://github.com/kubeless/cronjob-trigger/pull/16] was for cronjob-trigger

TODOs:

andresmgot commented 3 years ago

Same issue in the CI here. Can you do the change python2.7 --> python3.7?