Skip to content

Commit

Permalink
HELM-59 Fix indent of selector and port of PodMonitor
Browse files Browse the repository at this point in the history
fix(charts/xwiki): Fix indent of selector and port of PodMonitor
  • Loading branch information
gsautner committed Feb 1, 2024
2 parents c011de7 + 1ac2d04 commit 8f46473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/xwiki/templates/podmonitor.yaml
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
selector:
matchLabels:
{{- include "xwiki.selectorLabels" . | nindent 4 }}
{{- include "xwiki.selectorLabels" . | nindent 6 }}
podMetricsEndpoints:
- port: monitoring
- targetPort: {{ .Values.prometheus.javaagent.port }}
{{- end }}

0 comments on commit 8f46473

Please sign in to comment.