fix: add composer.lock to persistent drupal
This commit is contained in:
@@ -65,12 +65,15 @@ spec:
|
|||||||
- mountPath: /opt/drupal/web/sites
|
- mountPath: /opt/drupal/web/sites
|
||||||
name: drupal
|
name: drupal
|
||||||
subPath: sites
|
subPath: sites
|
||||||
- mountPath: /opt/drupal/composer.json
|
|
||||||
name: drupal
|
|
||||||
subPath: modules/composer.json
|
|
||||||
- mountPath: /opt/drupal/patches
|
- mountPath: /opt/drupal/patches
|
||||||
name: drupal
|
name: drupal
|
||||||
subPath: modules/patches
|
subPath: modules/patches
|
||||||
|
- mountPath: /opt/drupal/composer.json
|
||||||
|
name: drupal
|
||||||
|
subPath: modules/composer.lock
|
||||||
|
- mountPath: /opt/drupal/composer.json
|
||||||
|
name: drupal
|
||||||
|
subPath: modules/composer.lock
|
||||||
volumes:
|
volumes:
|
||||||
- name: drupal
|
- name: drupal
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user