We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1216d commit 519c2b8Copy full SHA for 519c2b8
2 files changed
kubernetes/helm-chart/templates/_helpers.tpl
@@ -65,8 +65,6 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
65
Selector labels for MISP
66
*/}}
67
{{- define "misp.selectorLabels" -}}
68
-app.kubernetes.io/name: {{ include "misp.name" . }}
69
-app.kubernetes.io/instance: {{ .Release.Name }}
70
app.kubernetes.io/component: "misp"
71
app.kubernetes.io/part-of: {{ include "misp.name" . }}
72
{{- end }}
kubernetes/helm-chart/templates/deployment.yaml
@@ -5,7 +5,6 @@ metadata:
5
namespace: {{ .Release.Namespace }}
6
name: {{ include "misp.fullname" . }}
7
labels:
8
- {{- include "common.labels.standard" . | nindent 4 }}
9
{{- include "misp.labels" . | nindent 4 }}
10
{{- if .Values.misp.isCore.enabled }}
11
misp-type: "core"
0 commit comments