kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

feat(GcpRedisInstance): add support for maintenance policy #444

Closed dushanpantic closed 2 months ago

dushanpantic commented 2 months ago

Description

Changes proposed in this pull request:

Google API expects an array of maintenance windows, but actually can only handle an array of size 1. That's why our API expects an object over an array.

Related issue(s) https://github.com/kyma-project/cloud-manager/issues/426

kyma-bot commented 2 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all