Skip to content

Commit

Permalink
fix template vars
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz committed Nov 7, 2024
1 parent c8f0aa7 commit 055ec8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurable. The elevated access are automatically managed by
creating and updating Argo CD AppProject roles.

Note: This project requires that the Argo CD `Applications` are
associated with `AppProjects` different than `default`.
associated with an `AppProjects` different than `default`.

## How it Works

Expand All @@ -32,12 +32,12 @@ kind: RoleTemplate
metadata:
name: devops
spec:
description: write permission in application {{.Application}}
name: "DevOps (Write)"
description: write permission in application {{.application}}
name: "devops"
policies:
- p, {{.Role}}, applications, sync, {{.Project}}/{{.Application}}, allow
- p, {{.Role}}, applications, action/*, {{.Project}}/{{.Application}}, allow
- p, {{.Role}}, applications, delete/*/Pod/*, {{.Project}}/{{.Application}}, allow
- p, {{.role}}, applications, sync, {{.project}}/{{.application}}, allow
- p, {{.role}}, applications, action/*, {{.project}}/{{.application}}, allow
- p, {{.role}}, applications, delete/*/Pod/*, {{.project}}/{{.application}}, allow
```
### AccessBinding
Expand Down

0 comments on commit 055ec8c

Please sign in to comment.