Play around with paths
This commit is contained in:
parent
c2bd15664f
commit
748a1a6213
|
@ -80,13 +80,13 @@ spec:
|
||||||
mountPath: /var/www/html/config
|
mountPath: /var/www/html/config
|
||||||
subPath: config
|
subPath: config
|
||||||
- name: apache-php-config
|
- name: apache-php-config
|
||||||
mountPath: /etc/php/8.0/apache2/php.ini
|
mountPath: /etc/php/8.0/
|
||||||
subPath: apache/php.ini
|
subPath: apache2/php.ini
|
||||||
- name: apcu-php-config
|
- name: apcu-php-config
|
||||||
mountPath: /etc/php/8.0/mods-available/apcu.ini
|
mountPath: /etc/php/8.0/mods-available/apcu.ini
|
||||||
subPath: apcu.ini
|
subPath: apcu.ini
|
||||||
- name: cli-php-config
|
- name: cli-php-config
|
||||||
mountPath: /etc/php/8.0/cli/php.ini
|
mountPath: /etc/php/8.0/
|
||||||
subPath: cli/php.ini
|
subPath: cli/php.ini
|
||||||
env:
|
env:
|
||||||
- name: GSS_MASTER_URL
|
- name: GSS_MASTER_URL
|
||||||
|
|
Loading…
Reference in a new issue