Try another thing
This commit is contained in:
parent
ae3fc1b456
commit
c2bd15664f
|
@ -81,13 +81,13 @@ spec:
|
||||||
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/apache2/php.ini
|
||||||
subPath: apache-php.ini
|
subPath: apache/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/cli/php.ini
|
||||||
subPath: cli-php.ini
|
subPath: cli/php.ini
|
||||||
env:
|
env:
|
||||||
- name: GSS_MASTER_URL
|
- name: GSS_MASTER_URL
|
||||||
value: "https://drive.test.sunet.se"
|
value: "https://drive.test.sunet.se"
|
||||||
|
|
Loading…
Reference in a new issue