We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe5b3b commit 00a6a01Copy full SHA for 00a6a01
jsonnet/kube-thanos/kube-thanos-store.libsonnet
@@ -99,10 +99,15 @@ function(params) {
99
] else []
100
),
101
env: [
102
- { name: 'OBJSTORE_CONFIG', valueFrom: { secretKeyRef: {
103
- key: ts.config.objectStorageConfig.key,
104
- name: ts.config.objectStorageConfig.name,
105
- } } },
+ {
+ name: 'OBJSTORE_CONFIG',
+ valueFrom: {
+ secretKeyRef: {
106
+ key: ts.config.objectStorageConfig.key,
107
+ name: ts.config.objectStorageConfig.name,
108
+ },
109
110
111
{
112
// Inject the host IP to make configuring tracing convenient.
113
name: 'HOST_IP_ADDRESS',
0 commit comments