Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kubermatic-bot committed Feb 16, 2021
1 parent 4cf48d2 commit 471bedb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/kubermatic/master/kubermaticConfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ spec:
secretKeyRef:
name: s3-credentials
key: SECRET_ACCESS_KEY
# BackupDeleteContainer is the container used for deleting etcd snapshots from a backup location.
backupDeleteContainer: ""
# BackupRestore contains the setup of the new backup and restore controllers.
backupRestore:
# Enabled enables the new etcd backup and restore controllers.
enabled: false
# S3BucketName is the S3 bucket name to use for backup and restore.
s3BucketName: ""
# S3Endpoint is the S3 API endpoint to use for backup and restore. Defaults to s3.amazonaws.com.
s3Endpoint: ""
# BackupStoreContainer is the container used for shipping etcd snapshots to a backup location.
backupStoreContainer: |-
name: store-container
Expand Down

0 comments on commit 471bedb

Please sign in to comment.