Andrea Dolfi
Andrea Dolfi
[Enhancement]: Add support for allowing addition of custom ports on network policies when generated
### Related problem When `generateNetworkPolicy: true`, the operator will create precise network policies listing allowed ports and restricting traffic incoming for certain ports. If the cluster is deployed in Istio...
[](https://jira.percona.com/browse/K8SPXC-1732) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **Change ordering of operations in backup scripts to begin listening for SST earlier** --- **Problem:** [K8SPXC-1732](https://perconadev.atlassian.net/browse/K8SPXC-1732) When Istio in ambient mode is deployed in the cluster and Percona...
### Report When starting a backup of a MySQL cluster which is inside Istio service-mesh in Ambient mode, sometimes the backups fail (in different ways). This does not happen with...
I have a reconciler which is annotated with: ```java @Log @RateLimited(maxReconciliations = 1, within = 20) @GradualRetry @Workflow(dependents = { @Dependent(name = "associated-secret", type = SecretDependentResource.class) }) @ControllerConfiguration(name = "externalSecretReconciler")...
As the title anticipates, adds the support for using `flowProvider.postgres.passwordSecretName` and `passwordSecretKey` to inject the password instead of being forced to write it in plaintext in the values. This uses...