mykolaichukAlexander / thingsboard-cluster-helm

Apache License 2.0
0 stars 0 forks source link

bug report - templates//transport/transport-*.yaml (3 files) #7

Open gongzh opened 2 weeks ago

gongzh commented 2 weeks ago

in folder templates//transport 3 files transport-configmap.yml, transport-service.yml and transport-statefulset.yml when there are multiple transport config provided in values.yaml, there should be separator --- between multiple result resources yamls

so before line apiVersion: v1, we should add a line with separator ---

apiVersion: v1

should change to :

---
apiVersion: v1
mykolaichukAlexander commented 2 weeks ago

Thank you for your feedback and reported issues , I will fixed it as soon as possible, and approximately till the end of this week all reported issues will be fixed and new version will be released

mykolaichukAlexander commented 2 weeks ago

Also , as an option and for proposals, fell free to create a pull requests , will be happy collaborations and new proposals