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