mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
worker podTemplate's configmap rendered using common.tplvalues.render (#10723)
Signed-off-by: Le Thanh Tung <nothing5lose@gmail.com>
This commit is contained in:
@@ -32,4 +32,4 @@ name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-airflow
|
||||
- https://airflow.apache.org/
|
||||
version: 12.5.7
|
||||
version: 12.5.8
|
||||
|
||||
@@ -20,7 +20,7 @@ data:
|
||||
{{- if $kube }}
|
||||
pod_template.yaml: |-
|
||||
{{- if .Values.worker.podTemplate }}
|
||||
{{ .Values.worker.podTemplate | nindent 4 }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.worker.podTemplate "context" $) | nindent 4 }}
|
||||
{{- else }}
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
|
||||
Reference in New Issue
Block a user