https://prefect.io logo
Title
j

John Mizerany

05/12/2023, 5:28 PM
When setting up a prefect worker with the helm chart, the
worker.cloudApiConfig.apiKeySecret.name
input for the
values.yaml
. Is that the name of the actual api key name? I would be using a service account so would it be the service account name?
1
j

Jamie Zieziula

05/12/2023, 6:16 PM
it should be the name of the k8s secret you created!
if you name your secret
prefect-api-key
then you don’t need to provide anything, as that is what the chart expects by default
j

John Mizerany

05/12/2023, 6:20 PM
Okay so I need to created a K8 secret!
I was not sure if I could feed a terraform secret value into those fields, but it looks like the chart is looking for k8 secrets instead