From a7d114a032c9c0cd33f2aea8e02a7dc113fed718 Mon Sep 17 00:00:00 2001 From: dougbtv Date: Wed, 3 Jan 2024 11:46:55 -0500 Subject: [PATCH] Corrects name for configmap in extended config docs --- doc/extended-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/extended-configuration.md b/doc/extended-configuration.md index 4b824b104..b6d6e32ff 100644 --- a/doc/extended-configuration.md +++ b/doc/extended-configuration.md @@ -149,9 +149,9 @@ You can speficy the `WHEREABOUTS_RECONCILER_CRON` environment variable in your d You may want to provide a cron expression to configure how frequently the ip-reconciler runs. -You can check that the cron-scheduler-configmap is present by running `kubectl get configmaps` in the namespace used for Whereabouts. +You can check that the whereabouts-config is present by running `kubectl get configmaps` in the namespace used for Whereabouts. -To update the cron-scheduler-configmap, run `kubectl edit configmap cron-scheduler-configmap` and adjust the value to a valid cron expression of your liking. Shortly after, the reconciler schedule will update. +To update the whereabouts-config, run `kubectl edit configmap whereabouts-config` and adjust the value to a valid cron expression of your liking. Shortly after, the reconciler schedule will update. ## Installing etcd. (optional)