You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set a Maintenance Policy for Memorystore Redis instances, but everything I try is unsuccessful. This instance gets created but doesnt have a maintenance policy set
CRD
maintenancePolicy:
description: >-
Maintenance Window dictates when Google may perform
maintanance requiring short outage < 5mins
properties:
weeklyMaintenanceWindow:
description: Day of week for maintenance
properties:
day:
type: string
startTime:
description: Time of day for maintenance
properties:
hours:
maximum: 23
minimum: 0
type: integer
type: object
type: object
type: object
What problem are you facing?
I am trying to set a Maintenance Policy for Memorystore Redis instances, but everything I try is unsuccessful. This instance gets created but doesnt have a maintenance policy set
CRD
Instance
How could Crossplane help solve your problem?
Is it already possible and Im just doing this wrong? Or is it not possible?
The text was updated successfully, but these errors were encountered: