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.