Skip to content

Commit

Permalink
chore: fix sample roletemplate (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Nov 1, 2024
1 parent 5fd410e commit 0fc0a30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/samples/ephemeral-access_v1alpha1_roletemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
app.kubernetes.io/managed-by: kustomize
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, get, {{.Project}}/{{.Application}}, deny
- p, {{.Role}}, applications, action/*, {{.Project}}/{{.Application}}, allow
- p, {{.Role}}, applications, delete/*/Pod/*, {{.Project}}/{{.Application}}, allow
- p, {{.Role}}, logs, get, {{.Project}}/{{.Namespace}}/{{.Application}}, allow
- p, {{.role}}, applications, sync, {{.project}}/{{.application}}, allow
- p, {{.role}}, applications, get, {{.project}}/{{.application}}, deny
- p, {{.role}}, applications, action/*, {{.project}}/{{.application}}, allow
- p, {{.role}}, applications, delete/*/Pod/*, {{.project}}/{{.application}}, allow
- p, {{.role}}, logs, get, {{.project}}/{{.namespace}}/{{.application}}, allow

0 comments on commit 0fc0a30

Please sign in to comment.