startechnica / apps

Community apps catalog for Kubernetes
Apache License 2.0
7 stars 5 forks source link

[common] conditional ServiceEntry creation #54

Closed arcalys closed 7 months ago

arcalys commented 8 months ago

In case there is no gateway API support in the cluster, ServiceEntry still gets templated with an apiVersion set to false, which causes an error such as error validating "": error validating data: apiVersion isn't string type. I can remove the white space formatting if this is an issue.