Skip to content
Snippets Groups Projects
Commit f6298654 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Merge branch 'master' of lab.libreho.st:libre.sh/kubernetes/common

parents f3f08894 74cb8eed
No related branches found
No related tags found
No related merge requests found
...@@ -131,8 +131,12 @@ spec: ...@@ -131,8 +131,12 @@ spec:
values: values:
- app - app
containers: containers:
- command: - command: ["/bin/sh"]
- php-fpm args:
- -c
- >-
/runtime/patches/apply.sh &&
php-fpm
env: env:
#cat ./version.php | grep 'array(' | cut -d\( -f2 | cut -d\) -f1 | sed 's/,/\./g' #cat ./version.php | grep 'array(' | cut -d\( -f2 | cut -d\) -f1 | sed 's/,/\./g'
- name: VERSION - name: VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment