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
|
PullName: basic-app-puller
|
||||||
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
|
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
|
||||||
type: application
|
type: application
|
||||||
version: 2.3.0
|
version: 2.3.1
|
||||||
appVersion: "2.3.0"
|
appVersion: "2.3.1"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
|
|
|
@ -66,9 +66,9 @@ spec:
|
||||||
- name: {{ .name }}
|
- name: {{ .name }}
|
||||||
mountPath: {{ .path }}
|
mountPath: {{ .path }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- range .Value.extraPhpIni }}
|
{{- range .Values.extraPhpIni }}
|
||||||
- name: php-config
|
- 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
|
readOnly: true
|
||||||
subPath: {{ .key }}
|
subPath: {{ .key }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue