From 2a517267f1ee42d11b033efb67483b9283d2221a Mon Sep 17 00:00:00 2001 From: Mahsa Date: Tue, 27 Feb 2024 17:54:10 +0330 Subject: [PATCH] fix indentation --- clients/harbor-client/charts/templates/servicemonitor.yaml | 2 +- clients/proxy-client/charts/templates/servicemonitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/harbor-client/charts/templates/servicemonitor.yaml b/clients/harbor-client/charts/templates/servicemonitor.yaml index 12322e3..02a13e9 100644 --- a/clients/harbor-client/charts/templates/servicemonitor.yaml +++ b/clients/harbor-client/charts/templates/servicemonitor.yaml @@ -7,7 +7,7 @@ metadata: spec: selector: matchLabels: - {{- include "snappcloud-harbor-client.selectorLabels" . | nindent 4 }} + {{- include "snappcloud-harbor-client.selectorLabels" . | nindent 6 }} endpoints: - port: http interval: 30s diff --git a/clients/proxy-client/charts/templates/servicemonitor.yaml b/clients/proxy-client/charts/templates/servicemonitor.yaml index fc2b5a8..903a6ee 100644 --- a/clients/proxy-client/charts/templates/servicemonitor.yaml +++ b/clients/proxy-client/charts/templates/servicemonitor.yaml @@ -7,7 +7,7 @@ metadata: spec: selector: matchLabels: - {{- include "snappcloud-proxy-client.selectorLabels" . | nindent 4 }} + {{- include "snappcloud-proxy-client.selectorLabels" . | nindent 6 }} endpoints: - port: http interval: 30s