gre9ory
gre9ory
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...
Hi, interesting project, I just stumbled upon it! It shares many traits with what I created here [here](https://github.com/vidispine/hull) I guess out of the same motivation. So this is not really...