Skip to content

Commit b725306

Browse files
committed
manifest: Enable metrics collection
1 parent a3617b4 commit b725306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def build_manifest(args):
8989
)),
9090
'operator': {
9191
'image': dict(zip(('name', 'tag'), args.operator_image)),
92+
'metrics': {
93+
'enabled': True,
94+
}
9295
},
9396
'version': args.version,
9497
},

0 commit comments

Comments
 (0)