Calin Don
Calin Don
Hi @haslersn, we would gladly accept PRs for a `ConfigMap` or a dedicated CRD for holding default mysql-operator configs, eg. `mysql.presslabs.org/MySQLOperatorConfig`. If you want to take a shot I'd happily...
Hi, Can you post the issues to https://github.com/openark/orchestrator as well? You should be safe to delete the orchestrator data (but keep a backup around). Also before doing this scale the...
I've added the follwing to my page models: ```python class HomePage(Page): ... override_translatable_fields = [ SynchronizedField("seo_title"), SynchronizedField("search_description"), ] ```
We should validate records values in serializer for know errors. For example don't reach for Route53 if the values for A record are not valid IPv4. This is an optimization...