Hi, is it possible that Datahub Helm Chart contain...
# getting-started
l
Hi, is it possible that Datahub Helm Chart contains errors ? If Datahub values metadata_service_authentication is enabled, the datahub-datahub-system-update-job is deployed with env attributes which are relevant for metadata_service_authentication. - name: DATAHUB_SYSTEM_CLIENT_ID value: __datahub_system - name: DATAHUB_SYSTEM_CLIENT_SECRET valueFrom: secretKeyRef: key: system_client_secret name: datahub-auth-secrets the service is deployed and started before secret (datahub-auth-secrets) is created. datahub-datahub-system-update-job use helm hook pre-install, pre-upgrade. Secret datahub-auth-secrets.yaml was defined without helm hook, so will be executed afterwards.
d
@big-carpet-38439 Could you look into this?
c
Hi @delightful-ram-75848 my team is facing the same issue 😞 Is there any update please?