Skip to content

Commit

Permalink
che #17186 Enabling metrics explicitly in the csv files
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Jul 6, 2020
1 parent 04d0821 commit 58065a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ metadata:
"pvcStrategy": "per-workspace",
"pvcClaimSize": "1Gi",
"preCreateSubPaths": true
},
"metrics": {
"enable": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ metadata:
"pvcStrategy": "per-workspace",
"pvcClaimSize": "1Gi",
"preCreateSubPaths": true
},
"metrics": {
"enable": true
}
}
}
Expand Down

0 comments on commit 58065a3

Please sign in to comment.