Skip to content

Commit

Permalink
GDB-10778 Fix backup examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Nikolov committed Sep 24, 2024
1 parent 82f4b9c commit 71ae88a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/aws/backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ backup:
cloud:
bucketUri: s3:///<bucket>/${BACKUP_NAME}?region=<region>&AWS_ACCESS_KEY_ID=${ACCESS_KEY_ID}&AWS_SECRET_ACCESS_KEY=${ACCESS_KEY}
extraEnvFrom:
secretRef:
- secretRef:
name: graphdb-backup-s3-credentials
```

Expand Down
2 changes: 1 addition & 1 deletion examples/azure/backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ backup:
cloud:
bucketUri: az://<storage_container>/${BACKUP_NAME}?blob_storage_account=<storage_account>&blob_access_key=${ACCESS_KEY}
extraEnvFrom:
secretRef:
- secretRef:
name: graphdb-backup-azure-credentials
```

Expand Down
2 changes: 1 addition & 1 deletion templates/jobs/cronjob-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
claimName: {{ required "backup.local.existingPVC is required" .Values.backup.local.existingPVC }}
{{- end }}
containers:
- name: create-graphdb-cluster
- name: create-graphdb-backup
image: {{ include "graphdb.image" . }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- with .Values.backup.extraEnvFrom }}
Expand Down

0 comments on commit 71ae88a

Please sign in to comment.