Static OAuth Backfill Job Renamed
The Helm chart's static OAuth backfill job was renamed from backfill-catalog-item-derived-host to host-backfill.
- What changed: the job is now named
host-backfill. - Action required: update any automation or scripts that reference the old job name.
Run the job using its new name
kubectl create job host-backfill \
--from=cronjob/<release-name>-lunar-mcpx-webapp-host-backfill \
-n <your-namespace>
Replace <release-name> with your Helm release name.
Confirm it ran successfully
After creating the job, check the logs:
kubectl logs -f job/host-backfill -n <your-namespace>
You should see at the end of the logs:
INFO: Backfilled derived Host on XXX catalog items
INFO: Job completed successfully: backfill-catalog-item-derived-host