Skip to content

Commit

Permalink
Disable v2 backup for aws and azure (#205)
Browse files Browse the repository at this point in the history
* Disabled etcd v2 backup for Azure and AWS.

* Disabled etcd v2 backup for Azure and AWS.
  • Loading branch information
Christian Bianchi authored Jul 19, 2021
1 parent a5f0c9b commit 60df945
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Disabled etcd v2 backup for Azure and AWS.

## [2.2.1] - 2021-04-06

- Bump up dependencies:
Expand Down
2 changes: 2 additions & 0 deletions helm/etcd-backup-operator/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Installation:
EtcdBackup:
EtcdDataDir: ""
TestingEnvironment: ""
Provider:
Kind: AWS
Secret:
EtcdBackup:
AWSAccessKey: ""
Expand Down
2 changes: 1 addition & 1 deletion helm/etcd-backup-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
bucket: "{{ .Values.Installation.V1.Infra.EtcdBackup.S3Bucket }}"
region: "{{ .Values.Installation.V1.Infra.EtcdBackup.S3Region }}"
etcdv2:
datadir: /var/lib/etcd
datadir: "{{ if eq .Values.Installation.V1.Provider.Kind "kvm" }}/var/lib/etcd{{ end }}"
etcdv3:
cacert: "/certs/{{ .Values.Installation.V1.Infra.EtcdBackup.ClientCaCertFileName }}"
cert: "/certs/{{ .Values.Installation.V1.Infra.EtcdBackup.ClientCertFileName }}"
Expand Down

0 comments on commit 60df945

Please sign in to comment.