mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-24 12:36:23 +10:00
[bitnami/airflow] Fixed Git Sync Plugin Path (#6273)
* fixed plugin path * bumped chart version
This commit is contained in:
@@ -32,4 +32,4 @@ name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-airflow
|
||||
- https://airflow.apache.org/
|
||||
version: 10.0.1
|
||||
version: 10.0.2
|
||||
|
||||
@@ -42,7 +42,7 @@ Returns the volume mounts that will be used by the main container
|
||||
{{- if .Values.git.plugins.enabled }}
|
||||
{{- range .Values.git.plugins.repositories }}
|
||||
- name: git-cloned-plugins-files-{{ include "airflow.git.repository.name" . }}
|
||||
mountPath: /opt/bitnami/airflow/git_{{ include "airflow.git.repository.name" . }}
|
||||
mountPath: /opt/bitnami/airflow/plugins/git_{{ include "airflow.git.repository.name" . }}
|
||||
{{- if .path }}
|
||||
subPath: {{ .path }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user