Try to match up names
This commit is contained in:
parent
75f1a7fd5c
commit
4f9a6641ee
|
@ -34,7 +34,7 @@ spec:
|
|||
- name: nextcloud-data
|
||||
mountPath: /var/www/html/config/
|
||||
subPath: config
|
||||
- name: nextcloud-configmap
|
||||
- name: nextcloud-config
|
||||
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
||||
subPath: 000-default.conf
|
||||
- name: hugepage
|
||||
|
@ -42,13 +42,13 @@ spec:
|
|||
- name: script-configmap
|
||||
mountPath: /usr/local/bin/nc-upgrade
|
||||
subPath: nc-upgrade
|
||||
- name: nextcloud-configmap
|
||||
- name: nextcloud-config
|
||||
mountPath: /etc/php/8.0/apache2/php.ini
|
||||
subPath: apache.php.ini
|
||||
- name: nextcloud-configmap
|
||||
- name: nextcloud-config
|
||||
mountPath: /etc/php/8.0/mods-available/apcu.ini
|
||||
subPath: apcu.ini
|
||||
- name: nextcloud-configmap
|
||||
- name: nextcloud-config
|
||||
mountPath: /etc/php/8.0/cli/php.ini
|
||||
subPath: cli.php.ini
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue