Adrian Ludwin
Adrian Ludwin
Excluded namespaces are a good point, I could see you wanting to configure those in Helm. `HNCConfiguration` isn't really a good point since the default manifest doesn't come with a...
> Hmm I see, where does the default `HNCConfiguration` object come from then, is it created by the controller itself if it does not exist already? Exactly - we report...
Ok, I'll mark this as a good issue for new contributors, we've had a few people come through lately with interest in this area (e.g. @RealHarshThakur _might_ be interested). /good-first-issue
Also /cc @rjbez17
We don't have anyone signed up to do this work - @rjbez17 , do you know anyone who might be interested?
Cool, thanks!
Thanks @vnzongzna , please go ahead. For the purposes of chart creation, you can probably start at [line 144](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/3090e7337b3a19e686cbb720f7f560de5473435e/Makefile#L144), since the results of the _earlier_ lines (e.g. the call to...
> I can work on this if it's not assigned to anybody @adrianludwin Thanks! Can you coordinate with @hutchic to see if he's still involved? Maybe you can start with...
Thanks @santinoncs . The big problem here is keeping the chart up-to-date with changes in the `config` directory, possibly by copying the Gatekeeper solution - see [this comment](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/46#issuecomment-855172513) for details.
The big barrier here has been making sure that the chart stays up-to-date. E.g. #62 was an initial attempt at doing this but it will require a _lot_ of manual...