From d627ada1d266b816bea37d9ca3f99be503b3fe1b Mon Sep 17 00:00:00 2001 From: Maor Friedman Date: Mon, 20 Jan 2020 10:39:40 +0200 Subject: [PATCH] fix servicemonitor interval indentation --- manifests/serviceMonitor.yaml | 2 +- manifests/template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/serviceMonitor.yaml b/manifests/serviceMonitor.yaml index e517107..0265522 100644 --- a/manifests/serviceMonitor.yaml +++ b/manifests/serviceMonitor.yaml @@ -7,7 +7,7 @@ metadata: spec: endpoints: - port: http - interval: 30s + interval: 30s namespaceSelector: matchNames: - ${NAMESPACE} diff --git a/manifests/template.yaml b/manifests/template.yaml index 0e09737..90aeb6b 100644 --- a/manifests/template.yaml +++ b/manifests/template.yaml @@ -57,7 +57,7 @@ objects: spec: endpoints: - port: http - interval: 30s + interval: 30s namespaceSelector: matchNames: - ${NAMESPACE}