Skip to content

Commit d9f1b47

Browse files
committed
fix: update rbac
1 parent 4e03dcb commit d9f1b47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Using `namespaceSelector.matchLabels: {}` will lookup sub graphs across all name
8686

8787
**IMPORTANT**: The apollo-controller needs a shared volume between schema reconcilers and itself.
8888
The recommended way is to have an ephemeral pvc on the controller and assign the same volume to the reconcilers.
89-
Moreover the apollo-controller uses doodlescheduling/rover as imager for the apollo rover cli since the is no official one.
89+
Moreover the apollo-controller uses [doodlescheduling/rover](https://github.com/DoodleScheduling/rover) as image for the apollo rover cli since the is no official one.
9090
rover requires you as a user to accept the license, by design we do not package this acknowledgment. You will need agree to the [license](https://www.apollographql.com/trust/licensing) via the reconciler template as follow
9191
or package your own rover image.
9292

93-
```
93+
```yaml
9494
apiVersion: apollo.infra.doodle.com/v1beta1
9595
kind: SuperGraphSchema
9696
metadata:

chart/apollo-controller/templates/clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ rules:
4949
- events
5050
- services
5151
- configmaps
52+
- pods
5253
verbs:
5354
- create
5455
- delete

0 commit comments

Comments
 (0)