Anatoly Medvedkov

Results 4 issues of Anatoly Medvedkov

Links to 2018 posts contain 2017 in them instead (like https://github.com/frankmcsherry/blog/blob/master/posts/2017-05-19.md).

Suppose I want to map schemas like this: ``` class MySchema(OneOfSchema): type_schemas = { 0: Schema1, 1: Schema2 } ``` When I try to load data with type 0, I...

### Describe the bug Notification controller can not send messages on failed helm releases like this: ``` Helm install failed for release xxx/yyy with chart [email protected]: failed pre-install: 1 error...

bug
help wanted
area/alerting