summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-04-06 18:32:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-06 18:32:22 +0000
commite091209b92f0d5369018ae677525e0bc9ff78ad3 (patch)
tree46fe32aa97c851a64ed556c0daf9d8cc70f7be56 /kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml
parent2afcb1dc12cb7db9737068966235204059b3ae46 (diff)
parent1db773e68e50f333369ccde727166805bce2b795 (diff)
Merge "Removing portal schema from configmap"
Diffstat (limited to 'kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml')
-rw-r--r--kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml b/kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml
index fd5e524d33..4d58e43b28 100644
--- a/kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml
+++ b/kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml
@@ -64,9 +64,6 @@ spec:
- mountPath: /etc/localtime
name: localtime
readOnly: true
- - name: mariadb-docker-entrypoint-initdb
- mountPath: /docker-entrypoint-initdb.d/zzz_apps_users_onboarding.sql
- subPath: Apps_Users_OnBoarding_Script.sql
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.nodeSelector }}
@@ -85,9 +82,6 @@ spec:
{{- else }}
emptyDir: {}
{{- end }}
- - name: mariadb-docker-entrypoint-initdb
- configMap:
- name: {{ include "common.fullname" . }}-docker-entry-initd
- name: localtime
hostPath:
path: /etc/localtime