When setting up a prefect worker with the helm cha...
# prefect-kubernetes
j
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
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
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