shy-morning-17240
03/31/2025, 8:15 PMadditionalVolumes
, additionalVolumeMounts
, and extraArgs
to add custom ca certificates to /etc/ssl/certs folder and run`update-ca-certificates` . However, I can't see similar config fields for pods created to run workflows/tasks, so now I get 'failed ssl verify' errors from pods executing my workflows. Is there a place in the flyte core helm configuration file where I can specify volume, volume-mounts and extraArgs for pods created by flyte to run tasks/workflows?clean-glass-36808
04/01/2025, 3:54 PMclean-glass-36808
04/01/2025, 3:56 PMshy-morning-17240
04/01/2025, 11:00 PMcluster_resource_manager:
templates:
- key: ab_project_pod_definition
value: |
apiVersion: v1
kind: Pod
metadata:
namespace: {{ namespace }}
spec:
volumes:
- name: ca-pemstore
configMap:
name: ca-pemstore
- name: minio-ca-pemstore
mountPath: /etc/ssl/certs/ca-signed-server.pem
subPath: ca-signed-server.pem
readOnly: false
clean-glass-36808
04/01/2025, 11:08 PMshy-morning-17240
04/01/2025, 11:22 PMclean-glass-36808
04/01/2025, 11:23 PM