Update webhook.md to remove unnecessary step to restart server

This commit is contained in:
Jesse Suen 2018-06-22 13:52:50 -07:00 committed by GitHub
parent b2d8fcb36e
commit f3712313ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.