File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ airflow:
135135 workers :
136136 kubernetes :
137137 # Resource configuration for pods created with pod-template-file
138- resources : { }
138+ resources : {}
139139 # limits:
140140 # cpu: 100m
141141 # memory: 128Mi
@@ -218,16 +218,6 @@ airflow:
218218 enabled : true
219219 storageClassName : " "
220220 size : 1Gi
221- # API server needs access to DAGs volume for OpenMetadata dynamic DAG generation
222- apiServer :
223- extraVolumes :
224- - name : dags
225- persistentVolumeClaim :
226- claimName : ' {{ include "airflow.fullname" . }}-dags'
227- extraVolumeMounts :
228- - name : dags
229- mountPath : /opt/airflow/dags
230-
231221# Apache Jena Fuseki SPARQL server for the OpenMetadata RDF / Knowledge Graph feature.
232222# Disabled by default. When enabled it deploys an in-cluster Fuseki (Deployment +
233223# Service "fuseki" on port 3030 + optional PVC). Point OpenMetadata at it by setting
You can’t perform that action at this time.
0 commit comments