Andreas Brehmer

Results 7 comments of Andreas Brehmer

@senthilrch In 9259975 the service account for the webhook server has been removed. When I `helm upgrade`d from v0.10.0 to (my fork of) v0.10.0 with 9259975 cherry-picked, the webhook server...

> If `--set-literal 'a.b\.b\.b.c={}' behaves differently to e.g. `--set-json 'a.b.b.b.c={}' for the key set. Then yeah, this seems like a bug This statement doesn't make sense. `--set-literal 'a.b\.b\.b.c={}'` _should_ be...

I think this is still relevant and should be re-opened.

Now I found it (after hours of trial-and-error): ``` merged: (( ___.map2 ___.map1 )) ``` If in the documentation the section heading `(( map1 map2 ))` would have included e.g....

No, map concatenation doesn't work recursively. 😠 The result for my initial example would be: ```yaml merged: a: b: 1 c: 1 # d: 2 is missing list: [1, 1,...

> Those topics never have more text in the title. That way it's not easy for someone not already familiar with Spiff's syntax to find the right section. I would...