jaroslawhartman / withings-sync

Synchronisation of Withings weight
MIT License
457 stars 89 forks source link

Missing description on how to ideally set up the withing token in k8 job deployment #156

Open domste opened 10 months ago

domste commented 10 months ago

Currently, the documentation on k8 setup is very sparse. Setting up the cron-job via kubectl apply -f k8s-job.yaml is very hard because there is no chance to enter the token.

I did it now by running the k8s-deployment.yaml and attaching to the container and manually execute $: withings-sync to setup the token for the first time, but I don't know if there is a more easy way to do that.

Anyways, a documentation would be great as this is a very nice feature.