Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add backup Retention Settings to CloudSQLInstance #429

Closed
danielinclouds opened this issue Apr 25, 2022 · 0 comments · Fixed by #458
Closed

Add backup Retention Settings to CloudSQLInstance #429

danielinclouds opened this issue Apr 25, 2022 · 0 comments · Fixed by #458
Labels
enhancement New feature or request

Comments

@danielinclouds
Copy link

What problem are you facing?

Currently, there is no way to control backup retention for CloudSQLInstance.

How could Crossplane help solve your problem?

I would like to control CloudSQLInstance backup retention settings. This feature is implemented in provider-jet-gcp here but it's missing in provider-gcp.

apiVersion: database.gcp.crossplane.io/v1beta1
kind: CloudSQLInstance
metadata:
  name: example-cloudsql-instance
spec:
  forProvider:
    databaseVersion: MYSQL_5_7
    region: us-west2
    settings:
      tier: db-custom-1-3840
      dataDiskSizeGb: 20
      backupConfiguration:
        backupRetentionSettings:
          retainedBackups: 7
          retentionUnit: "COUNT"
  providerConfigRef:
    name: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant