From f3712313badafb18d72f05c54046a7ffd5c699e9 Mon Sep 17 00:00:00 2001 From: Jesse Suen Date: Fri, 22 Jun 2018 13:52:50 -0700 Subject: [PATCH] Update webhook.md to remove unnecessary step to restart server --- docs/webhook.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/webhook.md b/docs/webhook.md index 068eea5420..3f9db58fa2 100644 --- a/docs/webhook.md +++ b/docs/webhook.md @@ -60,11 +60,4 @@ stringData: ``` -### 3. Restart ArgoCD for changes to take effect -Any changes to the `argocd-cm` ConfigMap or `argocd-secret` Secret, currently require a restart of -the ArgoCD API server for the settings to take effect. Delete the `argocd-server` pod to force a -restart. [Issue #174](https://github.com/argoproj/argo-cd/issues/174) will address this limitation. - -``` -kubectl delete pod -l app=argocd-server -``` +After saving, the changes should take affect automatically.