Skip to content

Commit c51efbe

Browse files
committed
fix(e2e): update daemon config file
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 1072454 commit c51efbe

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

tests/e2e/daemon/daemon.config.external.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ server:
88
store:
99
provider: "oci"
1010
oci:
11-
registry_address: "localhost:5555"
12-
repository_name: "dir"
13-
auth_config:
14-
insecure: true
11+
# registry_address: "localhost:5555"
12+
# repository_name: "dir"
13+
# auth_config:
14+
# insecure: true
1515
verification:
1616
enabled: true
1717
routing:
@@ -33,6 +33,15 @@ server:
3333
naming:
3434
ttl: 168h
3535

36+
daemon:
37+
zot:
38+
enabled: true
39+
address: "localhost"
40+
port: 5000
41+
root_directory: "zot"
42+
repository_name: "dir"
43+
log_level: "warn"
44+
3645
reconciler:
3746
regsync:
3847
enabled: false

0 commit comments

Comments
 (0)