mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/wordpress] Use subPath mounts to comply with docker image (#1053)
* Use subPath mounts to comply with docker image volumes * bump chart version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: wordpress
|
||||
version: 0.6.0
|
||||
version: 0.6.1
|
||||
description: Web publishing platform for building blogs and websites.
|
||||
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
|
||||
keywords:
|
||||
|
||||
@@ -91,8 +91,15 @@ spec:
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 1
|
||||
volumeMounts:
|
||||
- name: wordpress-data
|
||||
mountPath: /bitnami
|
||||
- mountPath: /bitnami/apache
|
||||
name: wordpress-data
|
||||
subPath: apache
|
||||
- mountPath: /bitnami/wordpress
|
||||
name: wordpress-data
|
||||
subPath: wordpress
|
||||
- mountPath: /bitnami/php
|
||||
name: wordpress-data
|
||||
subPath: php
|
||||
resources:
|
||||
{{ toYaml .Values.resources | indent 10 }}
|
||||
volumes:
|
||||
@@ -102,4 +109,4 @@ spec:
|
||||
claimName: {{ template "fullname" . }}
|
||||
{{- else }}
|
||||
emptyDir: {}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user