Skip to content

Commit

Permalink
operator: Apply delete client changes for compat with release-2.7.x (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Nov 30, 2022
1 parent b5563ce commit 54e6c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Main

- [7815](https://github.com/grafana/loki/pull/7815) **periklis**: Apply delete client changes for compat with release-2.7.x
- [7809](https://github.com/grafana/loki/pull/7809) **xperimental**: Fix histogram-based alerting rules
- [7808](https://github.com/grafana/loki/pull/7808) **xperimental**: Replace fifocache usage by embedded_cache
- [7753](https://github.com/grafana/loki/pull/7753) **periklis**: Check for mandatory CA configmap name in ObjectStorageTLS spec
Expand Down
3 changes: 1 addition & 2 deletions operator/internal/manifests/internal/config/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ querier:
max_concurrent: 2
query_ingesters_within: 3h
tail_max_duration: 1h
compactor_client:
delete_client:
tls_enabled: true
tls_cert_path: /var/run/tls/http/tls.crt
tls_key_path: /var/run/tls/http/tls.key
Expand Down Expand Up @@ -2631,7 +2631,6 @@ overrides:
}
cfg, rCfg, err := Build(opts)
require.NoError(t, err)
t.Log(string(cfg))
require.YAMLEq(t, expCfg, string(cfg))
require.YAMLEq(t, expRCfg, string(rCfg))
}
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ querier:
tail_max_duration: 1h
max_concurrent: {{ .MaxConcurrent.AvailableQuerierCPUCores }}
{{- if .Gates.HTTPEncryption }}
compactor_client:
delete_client:
tls_enabled: true
tls_cert_path: {{ .TLS.Paths.HTTP.Certificate }}
tls_key_path: {{ .TLS.Paths.HTTP.Key }}
Expand Down

0 comments on commit 54e6c19

Please sign in to comment.