This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ccf3d45 Chart docs: note uid write permissions for existing pvc
(#17170)
ccf3d45 is described below
commit ccf3d45dd245d1b4d426c7e6647ec4b1ea96c765
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Jul 22 12:41:01 2021 -0600
Chart docs: note uid write permissions for existing pvc (#17170)
---
chart/CHANGELOG.txt | 1 +
docs/helm-chart/manage-logs.rst | 2 ++
2 files changed, 3 insertions(+)
diff --git a/chart/CHANGELOG.txt b/chart/CHANGELOG.txt
index 57710be..dc9d33f 100644
--- a/chart/CHANGELOG.txt
+++ b/chart/CHANGELOG.txt
@@ -52,6 +52,7 @@ Bug Fixes
Doc only changes
""""""""""""""""
+- Chart docs: note uid write permissions for existing pvc (#17170)
- Chart Docs: Add single-line description for ``multiNamespaceMode`` (#17147)
- Chart: Update description for Helm chart to include 'official' (#17040)
- Chart: Better comment and example for ``podTemplate`` (#16859)
diff --git a/docs/helm-chart/manage-logs.rst b/docs/helm-chart/manage-logs.rst
index 79c0be1..f269cdb 100644
--- a/docs/helm-chart/manage-logs.rst
+++ b/docs/helm-chart/manage-logs.rst
@@ -75,6 +75,8 @@ In this approach, Airflow will log to an existing
``ReadWriteMany`` PVC. You pas
--set logs.persistence.enabled=true \
--set logs.persistence.existingClaim=my-volume-claim
+Note that the Airflow user (default uid ``50000``) needs write permission on
the volume.
+
Elasticsearch
-------------