Skip to content

Commit d436b64

Browse files
authored
Change default config to be valid (#217)
Signed-off-by: Jose Fuentes <[email protected]>
1 parent 53a4278 commit d436b64

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

agent.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
schedule: "* * * *"
2-
token: ewogICJjbHVzdGVyIjogIm15IGNsdXN0ZXIiLAogICJ0b2tlbiI6ICJleGFtcGxlIgp9Cg==
3-
endpoint:
4-
protocol: http
5-
host: "localhost:8080"
6-
path: "/api/v1/datareadings"
1+
server: "https://platform.jetstack.io"
2+
organization_id: "my-organization"
3+
cluster_id: "my_cluster"
74
data-gatherers:
85
- kind: "dummy"
96
name: "dummy"

0 commit comments

Comments
 (0)