Skip to content

Commit ab5caed

Browse files
committed
improve docs
1 parent 2a497e0 commit ab5caed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ kubectl apply -n argo -f https://raw.githubusercontent.com/crenshaw-dev/argocd-e
3737

3838
You will have to run the workflow using a service account with appropriate permissions. See [examples/rbac.yaml](examples/rbac.yaml) for an example.
3939

40-
The plugin requires a secret named `argocd-sync-token` with a key called `jwt.txt` containing the Argo CD token.
40+
The plugin requires a secret named `argocd-sync-token` with a key called `jwt.txt` containing the Argo CD token. See the [Argo CD documentation](https://argo-cd.readthedocs.io/en/stable/user-guide/projects/#project-roles) for information about generating tokens.
4141

4242
```yaml
4343
apiVersion: v1
4444
kind: Secret
4545
metadata:
4646
name: argocd-sync-token
47-
data:
48-
jwt.txt: <base64 encoded token>
47+
stringData:
48+
jwt.txt: <token>
4949
```
5050
5151
The plugin also assumes the Argo CD API server is accessible on a server at this address: `argocd-server.argocd.svc.cluster.local`.

0 commit comments

Comments
 (0)