File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,21 @@ spec:
112112 terminationMessagePath : /dev/termination-log
113113 terminationMessagePolicy : File
114114 dnsPolicy : ClusterFirst
115+ initContainers :
116+ - command :
117+ - bash
118+ - ' -c'
119+ - ' bundle exec rails db:migrate'
120+ envFrom :
121+ - secretRef :
122+ name : hackathon-manager-demo
123+ image : >-
124+ docker-registry.default.svc:5000/hackathon-manager-demo/hackathon-manager-demo@sha256:120c47715f30bbfbf610d3a3161f3839e5eef2b599e61868f6dbeb935e515151
125+ imagePullPolicy : Always
126+ name : db-migrate
127+ resources : {}
128+ terminationMessagePath : /dev/termination-log
129+ terminationMessagePolicy : File
115130 restartPolicy : Always
116131 schedulerName : default-scheduler
117132 securityContext : {}
You can’t perform that action at this time.
0 commit comments