Skip to content

Commit

Permalink
chore(ci): we should update the entire list of keys rather than conta…
Browse files Browse the repository at this point in the history
…nate them (#1837)
  • Loading branch information
mkleene authored Jan 7, 2025
1 parent fd30ea6 commit 553d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/start-up-with-containers/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
printf 'adding the following keys:\n [%s]\n[%s] \n' "${keys}" "${keyring}"
yq_command=$(printf '(.services.kas.keyring |= . + %s) | (.server.cryptoProvider.standard.keys |= . + %s)' "${keyring}" "${keys}")
yq_command="$(printf '(.services.kas.keyring = %s) | (.server.cryptoProvider.standard.keys = %s)' "${keyring}" "${keys}")"
<opentdf-dev.yaml >opentdf.yaml yq e "${yq_command}"
Expand Down

0 comments on commit 553d8a7

Please sign in to comment.