diff --git a/test/start-up-with-containers/action.yaml b/test/start-up-with-containers/action.yaml index 939de0e76..33fe670ce 100644 --- a/test/start-up-with-containers/action.yaml +++ b/test/start-up-with-containers/action.yaml @@ -79,10 +79,12 @@ 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.yaml yq e "${yq_command}" + cat opentdf.yaml + working-directory: otdf-test-platform - name: Trust the generated certs shell: bash