I have deployed airflow via docker on kubernetes cluster and now I need to increase the persistent volume's storage capacity. While editing the yaml file via UI, I get this error:
PersistentVolumeClaim "data-pallet-airflow-worker-0" is invalid: spec: Forbidden: field is immutable after creation
As mentioned by @aerokite, this question seems to have already been answered in this community post.
Posted as a community wiki.