kube-prometheus: Extract prometheus-operator jsonnet out of contrib

This commit is contained in:
Frederic Branczyk
2018-06-06 11:19:17 +02:00
parent c13b0556ba
commit 1d5623d4a0
10 changed files with 43 additions and 189 deletions

View File

@@ -29,6 +29,16 @@
}
},
"version": "master"
},
{
"name": "prometheus-operator",
"source": {
"git": {
"remote": "https://github.com/coreos/prometheus-operator",
"subdir": "jsonnet/prometheus-operator"
}
},
"version": "extract-po-jsonnet"
}
]
}