Johannes Ylönen

Results 4 issues of Johannes Ylönen

In the earlier 3.x version I had this: ``` class SomeClass: NSObject, NSCoding { var someVariable: String? init(bookIdentifier: String) { super.init() self.someVariable = someVariable } ///NSCoding func encode(with aCoder: NSCoder)...

Related to issue: #705 Allow to set standalone configuration with chart values or by using existing ConfigMap.

There were some problems at least with ALB ingress controller and APISIX gateway, when the path type is ImplementationSpecific. Setting path type to Prefix fixed the issue.

### Current Behavior The proxy-rewrite plugin uses value from wrong environment variable, when configured with standalone configuration. The problem is that some times the values at step 2 are like...