Add dependency container to mariadb

This PS adds the missing dependency container to mariadb.

Change-Id: I7ce91a6ce144ae6cf21b38cc3dcf10715f6a0002
This commit is contained in:
Kevin Fox 2017-01-22 16:58:33 -08:00
parent aa626bb2c8
commit 49ed1e94c7
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ spec:
metadata:
labels:
service: {{ $elementName }}
annotations:
pod.beta.kubernetes.io/init-containers: '[
{{- include "common_dependency_container_single" $env | indent 10 }}
]'
spec:
nodeSelector:
{{ $selectorKey }}: {{ $selectorValue | quote }}