From c8038e7451fb5bf2b9d5e7b70e5a29d56f9202a7 Mon Sep 17 00:00:00 2001 From: Pramod Date: Wed, 17 Apr 2019 15:02:56 -0700 Subject: Fixed the chart name for Minio Model repo The Chart name is incosistent with the minio related manifests. Change-Id: I42b6e9597651faba4c79cbeb77db2adffe191952 Issue-ID: ONAPARC-487 Signed-off-by: Pramod --- vnfs/DAaaS/model-repo/templates/networkpolicy.yaml | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 vnfs/DAaaS/model-repo/templates/networkpolicy.yaml (limited to 'vnfs/DAaaS/model-repo/templates/networkpolicy.yaml') diff --git a/vnfs/DAaaS/model-repo/templates/networkpolicy.yaml b/vnfs/DAaaS/model-repo/templates/networkpolicy.yaml deleted file mode 100644 index de57f485..00000000 --- a/vnfs/DAaaS/model-repo/templates/networkpolicy.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if .Values.networkPolicy.enabled }} -kind: NetworkPolicy -apiVersion: {{ template "minio.networkPolicy.apiVersion" . }} -metadata: - name: {{ template "minio.fullname" . }} - labels: - app: {{ template "minio.name" . }} - chart: {{ template "minio.chart" . }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -spec: - podSelector: - matchLabels: - app: {{ template "minio.name" . }} - release: {{ .Release.Name }} - ingress: - - ports: - - port: {{ .Values.service.port }} - {{- if not .Values.networkPolicy.allowExternal }} - from: - - podSelector: - matchLabels: - {{ template "minio.name" . }}-client: "true" - {{- end }} -{{- end }} -- cgit 1.2.3-korg