Sebastian

Results 2 comments of Sebastian

Adding `// +kubebuilder:validation:Schemaless` worked for me: ``` // +kubebuilder:validation:Schemaless // +kubebuilder:pruning:PreserveUnknownFields // +kubebuilder:validation:Type=object ```

The same goes for [changelog](https://github.com/relekang/python-semantic-release/blob/master/semantic_release/changelog/changelog.py#L20). Assuming https will produce incorrect links on http servers. As @ziouf mentioned, CI_SERVER_URL would be a better choice here. There's also a CI_SERVER_PROTOCOL variable in...