Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsa committed Feb 27, 2024
1 parent 86b2415 commit 2a51726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/harbor-client/charts/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion clients/proxy-client/charts/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a51726

Please sign in to comment.