summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-generic-vnfm-driver
diff options
context:
space:
mode:
authoryangyanyj <yangyanyj@chinamobile.com>2019-05-05 23:44:23 +0800
committeryangyanyj <yangyanyj@chinamobile.com>2019-05-05 23:44:38 +0800
commite5140a4237ee5fe818651ee16048e3eadce5bbc5 (patch)
treeee027682e832840ce606cc0efc186507a32f9d29 /kubernetes/vfc/charts/vfc-generic-vnfm-driver
parent4057619c18f4afb1574313fb80f2d8d2d2b4bce0 (diff)
fix vfc chart issue
Issue-ID: VFC-1374 Change-Id: I7075ea58836d5a1dafb72eeaf99f90c52d909db6 Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-generic-vnfm-driver')
-rw-r--r--kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml
index a25a497df5..e529f47bd1 100644
--- a/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-generic-vnfm-driver/templates/deployment.yaml
@@ -32,22 +32,6 @@ spec:
annotations:
sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
spec:
- initContainers:
-#Example init container for dependency checking
-# - command:
-# - /root/ready.py
-# args:
-# - --container-name
-# - mariadb
-# env:
-# - name: NAMESPACE
-# valueFrom:
-# fieldRef:
-# apiVersion: v1
-# fieldPath: metadata.namespace
-# image: "{{ .Values.global.readinessRepository }}/{{ .Values.global.readinessImage }}"
-# imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
-# name: {{ include "common.name" . }}-readiness
containers:
- name: {{ include "common.name" . }}
image: "{{ include "common.repository" . }}/{{ .Values.image }}"