nixos/tests/prometheus: remove invalid thanos config flag

Upstream has apparently changed the configuration format and is now
throwing an error when the `encrypt_sse` option is set. According to the
current version of the documentation encryption moved to the
`sse_config` option that (is optional and) offers all the features we do
not use or care about for this test.
This commit is contained in:
Andreas Rammhold 2020-10-29 16:01:23 +01:00
parent 7b5cebfa71
commit e4865130cf
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -19,7 +19,6 @@ let
secret_key = s3.secretKey;
insecure = true;
signature_version2 = false;
encrypt_sse = false;
put_user_metadata = {};
http_config = {
idle_conn_timeout = "0s";