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
34 stars 5 forks source link

fix(helm): controller.extraArgs should be treated as list #100

Closed erikgb closed 9 months ago

erikgb commented 9 months ago

In https://github.com/cybozu-go/accurate/pull/99 I discovered that the config.extraArgs Helm value is not treated as a list when rendering the Deployment template - which makes it harder to use more than one extra argument to the workload. This PR fixes this.