Skip to content

Commit

Permalink
Fix auth_cert path
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 12, 2024
1 parent 5be1961 commit 05833bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/anon-da-node-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ EOF
template {
change_mode = "noop"
data = <<EOH
{{ key (printf `ator-network/stage/dir-auth-%s/authority_certificate` (env `node.unique.id`) (env `NOMAD_PORT_orport`)) }}
{{ key (printf `ator-network/stage/dir-auth-%s-%d/authority_certificate` (env `node.unique.id`) (env `NOMAD_PORT_orport`)) }}
EOH
destination = "secrets/anon/keys/authority_certificate"
}
Expand Down

0 comments on commit 05833bc

Please sign in to comment.