Skip to content

Commit

Permalink
Add db backup for aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Oct 31, 2023
1 parent 0ef6865 commit 3f56445
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/database-backup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
- name: Set Connection String
shell: bash
run: |
STORAGE_CONN_STR="$(az keyvault secret show --name FALTRN-BACKUP-STORAGE-CONNECTION-STRING-AKS --vault-name ${{ env.INF_VAULT_NAME }} | jq -r .value)"
STORAGE_CONN_STR="$(az keyvault secret show --name FALTRN-BACKUP-STORAGE-KEY-AKS --vault-name ${{ env.INF_VAULT_NAME }} | jq -r .value)"
echo "::add-mask::$STORAGE_CONN_STR"
echo "STORAGE_CONN_STR=$STORAGE_CONN_STR" >> $GITHUB_ENV
Expand Down
35 changes: 18 additions & 17 deletions terraform/paas/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f56445

Please sign in to comment.