Hi team, Good day! I'm tying to deploy datahub on ...
# all-things-deployment
f
Hi team, Good day! I'm tying to deploy datahub on kubernetes, but im getting an error in the
datahub-system-update-job
saying
Error: secret "datahub-auth-secrets" not found
. I've had deployed datahub previously and was working fine as well. I deleted the deployment and am trying to re-deploy now, Can someone tell me if there's anything I need to do or something im not looking at please? Thanks in advance!
📖 1
🆘 1
🔍 1
plus1 1
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: ✅ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? ✅ button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button Did you find a solution to your issue? ❌ Sorry you weren't able to find a solution. I'm sending you some tips on info you can provide to help the community troubleshoot. Whenever you feel your issue is solved, please react ✅ to your original message to let us know!
o
https://github.com/acryldata/datahub-helm/issues/295 there's an open issue here with some workarounds and we have it on our radar to fix this. Basically what's happening is that the system update job has a high priority helm hook to ensure it runs before other things, so if you have the helm charts configured to provision secrets for you then sometimes it can occur before the secrets get provisioned. You can provision your own datahub-auth-secrets secret to get around this.