planoe commented on PR #29357:
URL: https://github.com/apache/airflow/pull/29357#issuecomment-1438566460
> I think this one needs documentation explaining usage of this feature.
Otherwise it won't be discoverable.
Fair point. I suggest to add a comment/example above the impacted fields in
values.yaml (Not sure how many people actually read/use the schema.json file, I
can image most of airflow admins check values.yaml first). For instance:
```
# Mount additional volumes into webserver. It can be templated like in the
following example:
# extraVolumes:
# - name: my-templated-extra-volume
# secret:
# secretName: '{{ include "my_secret_template" . }}'
# defaultMode: 0640
# optional: true
#
# extraVolumeMounts:
# - name: my-templated-extra-volume
# mountPath: "{{ .Values.my_custom_path }}"
# readOnly: true
```
Would it be acceptable this way ? If so I will proceed with the changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]