Skip to content

Commit

Permalink
chore: allow to read licenses and secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Sep 7, 2023
1 parent 03605d1 commit 6eea328
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions services/ai-navigator-app/0.1.0/ai-navigator-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ metadata:
name: ai-navigator-app
namespace: ${releaseNamespace}
rules:
- apiGroups: ["kommander.mesosphere.io", ""]
resources: ["licenses", "secrets"]
- apiGroups: ["kommander.mesosphere.io"]
resources: ["licenses"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 6eea328

Please sign in to comment.