Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
af368b3e60 | |||
d5d3bad49d | |||
fe1bcc4ea0 |
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ name: basic-web-app
|
|||
PullName: basic-app-puller
|
||||
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
|
||||
type: application
|
||||
version: 2.3.0
|
||||
appVersion: "2.3.0"
|
||||
version: 2.3.1
|
||||
appVersion: "2.3.1"
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
|
|
|
@ -66,9 +66,9 @@ spec:
|
|||
- name: {{ .name }}
|
||||
mountPath: {{ .path }}
|
||||
{{- end}}
|
||||
{{- range .Value.extraPhpIni }}
|
||||
{{- range .Values.extraPhpIni }}
|
||||
- name: php-config
|
||||
mountPath: {{ printf "/usr/local/etc/php/conf.d/%s .conf }}
|
||||
mountPath: {{ printf "/usr/local/etc/php/conf.d/%s" .conf }}
|
||||
readOnly: true
|
||||
subPath: {{ .key }}
|
||||
{{- end}}
|
||||
|
|
Loading…
Add table
Reference in a new issue