Skip to content

Commit 4157639

Browse files
committed
Fixed push-endpoint resource names
1 parent ca2e1a3 commit 4157639

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/radar-push-endpoint/templates/networkpolicy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kind: NetworkPolicy
33
apiVersion: networking.k8s.io/v1
44
metadata:
5-
name: {{ template "common.names.fullname" . }}-jmx-configmap
5+
name: {{ template "common.names.fullname" . }}
66
namespace: {{ include "common.names.namespace" . | quote }}
77
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
88
{{- if .Values.commonAnnotations }}

charts/radar-push-endpoint/templates/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: {{ template "common.names.fullname" . }}-jmx-configmap
4+
name: {{ template "common.names.fullname" . }}
55
namespace: {{ include "common.names.namespace" . | quote }}
66
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
77
{{- if .Values.commonAnnotations }}

charts/radar-push-endpoint/templates/servicemonitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: monitoring.coreos.com/v1
33
kind: ServiceMonitor
44
metadata:
5-
name: {{ template "common.names.fullname" . }}-jmx-configmap
5+
name: {{ template "common.names.fullname" . }}
66
namespace: {{ include "common.names.namespace" . | quote }}
77
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
88
{{- if .Values.commonAnnotations }}

0 commit comments

Comments
 (0)