-
Feature Request
-
Resolution: Done
-
Normal
-
None
-
None
-
0
-
False
-
-
False
correct metadata identation of "Example cross-project alerting rule" .
Current :
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: example-security
namespace: ns1
spec:
Correct configuration should be:
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: example-security
namespace: ns1 <------- correct identation
spec: