This commit is contained in:
Brian On 2022-01-01 22:15:21 -08:00
parent c9e69613d3
commit d2deecefbc
6 changed files with 83 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"name": "custom-metrics",
"labels": {
"name": "custom-metrics"
}
}
}