hull
hull copied to clipboard
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Feedback?
Hi there! Please feel free to leave some feedback here e.g. in the comments about this project such as: - what do you think of the concepts and ideas? -...
**State** Security features are not enforced by default **Feature Idea** Enforce some easy to implement security features by default: - `automountServiceAccountToken ` should be set to false by default -...
**State** `containers` and `initContainers` for a pod can be individually configured and defaulted using `_HULL_OBJECT_TYPE_DEFAULT_` and ´`sources`. Sometimes however the same container is used as an `initContainer` and a `container`...
**State** At the moment it is possbile to prefix get transformations `_HT*` with serialization instructions to get string representations of dictionaries and arrays. Allowed prefixes are: - `toJson` - `toRawJson`...
**State** Currently `_HT*` can only be used to reference arrays as a whole. It is not possible to dig into an array via indexing. **Feature Idea** Enable indexing of arrays...
Hello! May I bother you with another question? Do I understand it right that `hull.util.transformation.makefullname` should return the static name of an object in the case when the object's `staticName`...
Since [Gateway API](https://gateway-api.sigs.k8s.io) adoption grows, it would be great to add first class support in `hull.objects` section for following resources. * HTTPRoute * TCPRoute * GRPCRoute * Gateway * GatewayClass...