-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig-test.yaml
More file actions
40 lines (39 loc) · 1.06 KB
/
config-test.yaml
File metadata and controls
40 lines (39 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
carmen_api:
thanos_url: "http://localhost:9090"
authentication: "azure"
credentials:
client_id: "12345678-1234-1234-1234-123456789012"
client_secret: "test-client-secret~dummy-value-for-testing"
tenant_id: "12345678-1234-1234-1234-123456789012"
scope: "https://graph.microsoft.com/.default"
external_labels:
cluster: "test-cluster"
environment: "test"
labels:
app_label: "label_app_kubernetes_io/part_of"
cluster_label: "stack"
pod_label: "pod"
namespace_label: "namespace"
verify_ssl: false
carmen_daemon:
credentials:
client_id: "12345678-1234-1234-1234-123456789012"
client_secret: "test-client-secret~dummy-value-for-testing"
tenant_id: "12345678-1234-1234-1234-123456789012"
source:
type: "local"
file_names:
- "test-data.csv"
local:
source_path: "/tmp/test-data"
azure:
storage_account_url: null
container_name_read: null
upload:
type: "local"
local:
upload_path: "/tmp/test-output"
azure:
container_name_upload: null
blob_name: null