Skip to content

Commit

Permalink
[backup] Fix toml -> yaml for backup verify (aptos-labs#5089)
Browse files Browse the repository at this point in the history
Test plan: helm apply to failing job
  • Loading branch information
perryjrandall authored Oct 17, 2022
1 parent e95730e commit 0bb4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/helm/fullnode/templates/backup-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- command-adapter
- --config
# use the same config with the backup sts
- /opt/aptos/etc/{{ .Values.backup.config.location }}.toml
- /opt/aptos/etc/{{ .Values.backup.config.location }}.yaml
env:
- name: RUST_LOG
value: "info"
Expand Down

0 comments on commit 0bb4c9e

Please sign in to comment.