Skip to content
Snippets Groups Projects

Resolve "optimize pipeline"

Merged Dominik Hebeler requested to merge 29-optimize-pipeline into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -74,8 +74,6 @@ spec:
volumeMounts:
- mountPath: /html/node_modules
name: node-modules
- mountPath: /html/vendor
name: vendor
- mountPath: /html/public/css
name: css
- mountPath: /html/.npm
@@ -85,6 +83,9 @@ spec:
image: {{ template "imagename" . }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ['sh', '-c', 'composer install --no-dev']
volumeMounts:
- mountPath: /html/vendor
name: vendor
containers:
- name: {{ .Chart.Name }}-phpfpm
image: {{ template "imagename" . }}
Loading