Skip to content

Commit ae9baac

Browse files
committed
fix ns references
1 parent 0fd5726 commit ae9baac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/ingressmonitorcontroller/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ spec:
2424
insecureSkipVerify: true
2525
namespaceSelector:
2626
matchNames:
27-
- '{{ .Values.namespace | default .Release.Namespace }}'
27+
- '{{ include "ingress-monitor-controller.namespace" . }}'
2828
{{- end }}

charts/ingressmonitorcontroller/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,4 @@ env: []
9090

9191
envFrom: []
9292

93-
namespace: stakater-ingress-monitor-controller
94-
95-
serviceManagedBy: helm
93+
serviceManagedBy: helm

0 commit comments

Comments
 (0)