hubs-community / mozilla-hubs-ce-chart

MIT License
16 stars 10 forks source link

Excess curly braces #8

Closed KamenDimitrov97 closed 4 months ago

KamenDimitrov97 commented 4 months ago

Description

There's an excess curly brace on line 9 in the charts/haproxy/templates/clusterrole.yaml There's an excess curly brace on line 32,34,35 in the charts/reticulum/templates/persistentvolume.yaml

This issue may lead to syntax errors in the creation of the clusterrole and pvs example in clusterrole:

  verbs:
  - get
  - list
  - watch}

which removes the last verb.

Doginal commented 4 months ago

Thanks!

Doginal commented 4 months ago

merged #9