File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
FROM wunderio/drupal-php-fpm:v0.1
3
3
4
4
USER root
5
- RUN mkdir -p /var/backups/db
6
- RUN chown www-data:www-data /var/backups/db
5
+ RUN mkdir -p /var/reference-data && chown www-data:www-data /var/reference-data
7
6
8
7
COPY --chown=www-data:www-data . /var/www/html
9
8
USER www-data
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ volumeMounts:
21
21
- name: drupal-private-files
22
22
mountPath: /var/www/html/private
23
23
{ {- end } }
24
- - name: drupal-dbdump -volume
25
- mountPath: /var/backups/db
24
+ - name: reference-data -volume
25
+ mountPath: /var/reference-data
26
26
- name: php-conf
27
27
mountPath: /etc/php7/php.ini
28
28
readOnly: true
@@ -46,9 +46,9 @@ volumeMounts:
46
46
persistentVolumeClaim:
47
47
claimName: { { .Release.Name } }-private-files
48
48
{ {- end } }
49
- - name: drupal-dbdump -volume
49
+ - name: reference-data -volume
50
50
persistentVolumeClaim:
51
- claimName: { { .Release.Namespace } }-dbdump
51
+ claimName: { { .Values.referenceEnvironment } }-reference-data
52
52
- name: php-conf
53
53
configMap:
54
54
name: { { .Release.Name } }-php-conf
You can’t perform that action at this time.
0 commit comments