Skip to content

Commit 997c7ad

Browse files
committed
fix: resolve chart lint errors
1 parent 129e1c2 commit 997c7ad

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

charts/deps/values.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)