mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
some typo (#3695)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Modular and transparent LAMP stack chart supporting PHP-FPM, Release Cloning, LoadBalancer, Ingress, SSL and lots more!
|
||||
name: lamp
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
home: https://github.com/lead4good/helm-lamp-stack
|
||||
maintainers:
|
||||
- name: lead4good
|
||||
|
||||
@@ -22,7 +22,7 @@ init:
|
||||
resources: false
|
||||
|
||||
php:
|
||||
## php.version default php repository version, you can specify a differnt version like 5 or 7.0
|
||||
## php.version default php repository version, you can specify a different version like 5 or 7.0
|
||||
version: "7"
|
||||
|
||||
## php.repository If not empty, repository is chosen over default php repo
|
||||
@@ -42,7 +42,7 @@ php:
|
||||
## sockets instead of TCP
|
||||
sockets: true
|
||||
|
||||
## php.oldHTTPRoot Additionaly mounts the webroot at `php.oldHTTPRoot` to compansate
|
||||
## php.oldHTTPRoot Additionally mounts the webroot at `php.oldHTTPRoot` to compensate
|
||||
## for absolute path file links
|
||||
# oldHTTPRoot: /var/www/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user