Skip to content

Commit

Permalink
feat(database)!: crunchy DR (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Sukanya Rath <sukanyarath1987@gmail.com>
  • Loading branch information
sukanya-rath authored Mar 24, 2024
1 parent 75d64da commit 8447eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd-to-dev-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
id: changelog
continue-on-error: true
with:
preset: "conventionalcommits"
github-token: ${{ github.token }}
output-file: "CHANGELOG.md"
skip-version-file: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
global:
repo1-retention-full: {{ .Values.pgBackRest.s3.retention | quote }}
repo1-retention-full-type: {{ .Values.pgBackRest.retentionFullType }}
repo1-path: '{{ .Values.pgBackRest.backupPath }}{{ .Values.pgBackRest.clusterCounter}}'
repo1-path: '{{ .Values.pgBackRest.backupPath }}/{{ .Values.pgBackRest.clusterCounter}}'
repo1-s3-uri-style: path
repos:
- name: repo1
Expand Down

0 comments on commit 8447eac

Please sign in to comment.