mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Existing PVC support for stable/drupal * Move ExistingClaim value below drupal, because it only applies to Drupal PVC * Rename existingClaim to match chart case format * drupal-data volume hostPath template * drupal.persistence.hostPath default nil value comments * hostPath deployment option * hostPath README documentation * Simplify hostpath PVC name (was redundant NAME-drupal-drupal-hostpath) * Fix existingClaim case on hostPath additions * Chart stable/drupal minor version bump for new hostPath feature * Reuse PVC template * Roll back deployment PVC name change, since we now re-use existing PVC template * Add hostPath system compatibility and mounting steps to README * Update README with minikube mount option