UNCLASSIFIED

Commit bcc14499 authored by Grant Duncklee's avatar Grant Duncklee
Browse files

add release namespace to servicemonitor

parent d29d30a3
Pipeline #243005 passed with stages
in 2 minutes and 48 seconds
...@@ -3,6 +3,7 @@ apiVersion: monitoring.coreos.com/v1 ...@@ -3,6 +3,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor kind: ServiceMonitor
metadata: metadata:
name: {{ template "nexus.fullname" . }} name: {{ template "nexus.fullname" . }}
namespace: {{ .Release.Namespace }}
labels: labels:
release: monitoring release: monitoring
spec: spec:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment