mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
Update webhook.md to remove unnecessary step to restart server
This commit is contained in:
parent
b2d8fcb36e
commit
f3712313ba
1 changed files with 1 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue