diff --git a/charts/shipyard/templates/statefulset-airflow-worker.yaml b/charts/shipyard/templates/statefulset-airflow-worker.yaml index da2e7ed4..9cf6c33c 100644 --- a/charts/shipyard/templates/statefulset-airflow-worker.yaml +++ b/charts/shipyard/templates/statefulset-airflow-worker.yaml @@ -127,8 +127,6 @@ spec: readinessProbe: tcpSocket: port: {{ .Values.network.airflow.worker.port }} - securityContext: - privileged: true volumeMounts: - name: airflow-etc mountPath: {{ .Values.conf.airflow_config_file.path }} @@ -179,8 +177,6 @@ spec: ps -ef | grep 'sleep 3600' | grep -v 'grep' initialDelaySeconds: 15 periodSeconds: 15 - securityContext: - privileged: true volumeMounts: - name: airflow-logs mountPath: {{ .Values.conf.airflow.core.base_log_folder }}