Junnplus commented on issue #13972:
URL: https://github.com/apache/airflow/issues/13972#issuecomment-809855083
@dimberman I remove fsGroup from webserver and worker deployment.
```diff
+++ b/chart/templates/webserver/webserver-deployment.yaml
@@ -75,7 +75,6 @@ spec:
restartPolicy: Always
securityContext:
runAsUser: {{ .Values.uid }}
- fsGroup: {{ .Values.gid }}
{{- if or .Values.registry.secretName .Values.registry.connection }}
imagePullSecrets:
- name: {{ template "registry_secret" . }}
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]