feat: add db

This commit is contained in:
Julien Cabillot
2022-04-18 15:27:30 -04:00
parent 5b6200f6e5
commit 72cd218a76
3 changed files with 3 additions and 2 deletions
@@ -24,6 +24,7 @@ spec:
template:
spec:
restartPolicy: Never
automountServiceAccountToken: false
containers:
- name: {{ include "common.names.fullname" . }}
image: {{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }}