Skip to content

Commit

Permalink
updated values file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghot committed Dec 2, 2024
1 parent d799091 commit f9b6ea5
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/psmdb-operator-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ version: 1.0.0
appVersion: 1.0.0
dependencies:
- name: psmdb-operator
version: 1.16.3
version: 1.18.0
repository: https://percona.github.io/percona-helm-charts/
alias: psmdb-operator
tags:
- psmdb-operator
condition: psmdb-operator.enabled
- name: psmdb-db
version: 1.16.3
version: 1.18.0
repository: https://percona.github.io/percona-helm-charts/
alias: psmdb-db
tags:
Expand Down
6 changes: 3 additions & 3 deletions charts/psmdb-operator-db/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: PerconaServerMongoDBBackup
metadata:
finalizers:
- delete-backup
name: backup
name: backup #specify the backup name. You will use this name to restore from this backup
spec:
clusterName: mdb-db-psmdb-db
storageName: azure-blob
clusterName: mdb-db-psmdb-db #specify the name of your cluster. This is the name you specified when deploying Percona Server for MongoDB.
storageName: azure-blob #specify the name of your already configured storage.
type: logical
5 changes: 2 additions & 3 deletions charts/psmdb-operator-db/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ kind: PerconaServerMongoDBRestore
metadata:
name: restore1
spec:
clusterName: mdb-db-psmdb-db
backupName: backup

clusterName: mdb-db-psmdb-db #specify the name of your cluster. This is the name you specified when deploying Percona Server for MongoDB.
backupName: backup #specify the backup name. You will use this name to restore from this backup
Loading

0 comments on commit f9b6ea5

Please sign in to comment.