Jimmy Du
03/07/2023, 12:21 AMenvFrom:
- configMapRef:
name: special-config
- secretRef:
name: special-config
https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/pods/pod-configmap-envFrom.yamlKetan (kumare3)
03/07/2023, 2:23 AMByron Hsu
03/07/2023, 2:32 AMDan Rammer (hamersaw)
03/07/2023, 2:46 AMPodTemplate
(in flytepropeller settings) is applied to the task by flytepropeller as the base configuration. If you specify a pod_template_name
in the task decorate this will apply the specified k8s PodTemplate
resource instead of the default PodTemplate
(from propeller settings). However, if you use the pod_template
argument in the task decorator to define an entire PodTemplate
as an argument this will applied in addition to the default PodTemplate
. We are working on getting this documented.Jimmy Du
03/07/2023, 2:48 AM