Probably more than we need
This commit is contained in:
parent
20331e2338
commit
f00f1bfa52
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ spec:
|
||||||
key: "redis_password"
|
key: "redis_password"
|
||||||
- name: SITE_NAME
|
- name: SITE_NAME
|
||||||
value: "customer.drive.test.sunet.se"
|
value: "customer.drive.test.sunet.se"
|
||||||
command: ["/bin/sh", "-c", "rm /etc/apache2/mods-enabled/ssl.load /etc/apache2/mods-enabled/ssl.conf; /usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
|
command: ["/bin/bash", "-c", "cp /etc/apache2/mods-available/{access_compat.load,alias.load,authn_core.load,authz_core.load,authz_user.load,autoindex.load,deflate.load,dir.load,filter.load,mime.load,mpm_prefork.load,negotiation.load,php8.0.load,reqtimeout.load,setenvif.conf,socache_shmcb.load,status.load,alias.conf,auth_basic.load,authn_file.load,authz_host.load,autoindex.conf,deflate.conf,dir.conf,env.load,mime.conf,mpm_prefork.conf,negotiation.conf,php8.0.conf,reqtimeout.conf,rewrite.load,setenvif.load,status.conf} /etc/apache2/mods-enabled/; /usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
|
||||||
volumes:
|
volumes:
|
||||||
- name: nextcloud-config-template
|
- name: nextcloud-config-template
|
||||||
configMap:
|
configMap:
|
||||||
|
|
Loading…
Add table
Reference in a new issue