Skip to content

Commit

Permalink
docs: callout the need to restart pods to pickup service accounts (ar…
Browse files Browse the repository at this point in the history
…goproj#16610)

Signed-off-by: Dennis Pan <dennis.pan@outlook.com>
Signed-off-by: penglongli <pelenli@tencent.com>
  • Loading branch information
dennispan authored and penglongli committed Mar 6, 2024
1 parent aeb193c commit 1c2a173
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/operator-manual/declarative-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,10 @@ extended to allow assumption of multiple roles, either as an explicit array of r
}
```

Example service account configs for `argocd-application-controller` and `argocd-server`. Note that once the annotations
have been set on the service accounts, both the application controller and server pods need to be restarted.
Example service account configs for `argocd-application-controller` and `argocd-server`.

!!! warning
Once the annotations have been set on the service accounts, both the application controller and server pods need to be restarted.

```yaml
apiVersion: v1
Expand Down

0 comments on commit 1c2a173

Please sign in to comment.