Dmitriy Kalinin
Dmitriy Kalinin
note that we have some related work happening around schema proposal: https://github.com/k14s/ytt/issues/103. > "defaults that should be changed" this is an interesting concept that ill have to think a bit...
> you could use the same annotations to tell ytt to request secrets from the controller if it [or a flag] is present. when secregen-controller would be used, secrets wouldn't...
agreed @TJM. we need to improve this.
just for the record, this is not a problem related to schemas. it's a general inconvenience of using arrays in functions within map. if we are planning to address this...
> Is this specifically about ytt templates being able to parse strings into time.Time? this. definitely not the other. also time.Duration.
> It's not always essential for the resulting YAML to have comments for me, but it certainly would be very helpful! that would be helpful in certain cases for sure....
> Or alternatively, any better syntaxes? currently `#! foo` is a shorthand to `#@comment foo`. we could use something like `#@yaml/comment foo` to emit resulting yaml comments. this will fit...
> can ## foo still be a shorthand for it? i would imagine it would be not be used that often, hence shorthand would not be necessary. how frequently do...
👍 let keep the issue open for now, and let's see if anyone else has a use case for this feature.