Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
x
Xin Shi
07/31/2023, 7:16 PM
hi, I have a question about using configmap key pairs in a Flyte task. I knew we can use secrets in a task following this page (
https://docs.flyte.org/projects/cookbook/en/v0.3.66/auto/core/containerization/use_secrets.html
). I am wondering if we have a similar method for using configmap.
k
Kevin Su
07/31/2023, 7:58 PM
you want to mount a configmap to the task pod?
x
Xin Shi
08/01/2023, 2:35 PM
yes, just like what we have for sealed secrets.
j
jeev
08/01/2023, 3:05 PM
https://docs.flyte.org/en/latest/deployment/configuration/general.html#id1
is one way. Or you can use pod tasks.
x
Xin Shi
08/01/2023, 9:44 PM
thanks!
Post