*: Rename RuleFile to PrometheusRule

This commit is contained in:
Frederic Branczyk
2018-06-05 13:09:13 +02:00
parent 8f3b505049
commit e84b101fe7
10 changed files with 392 additions and 50 deletions

View File

@@ -42,7 +42,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
rules:
{
apiVersion: 'monitoring.coreos.com/v1',
kind: 'RuleFile',
kind: 'PrometheusRule',
metadata: {
labels: {
prometheus: $._config.prometheus.name,