cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
38 stars 5 forks source link

Fix the broken chart #43

Closed zoetrope closed 2 years ago

zoetrope commented 2 years ago

kustomize 4.0.5 or later has a issue with long lines being broken. https://github.com/kubernetes-sigs/kustomize/issues/3969

This will cause helm install to fail.

Signed-off-by: zoetrope a.ikezoe@gmail.com