skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

Deployment configs in RBAC role for site controller #1067

Closed rmallam closed 1 year ago

rmallam commented 1 year ago

Deployment configs are missing in the Role that is created for site controller. Could you add it ?

https://github.com/skupperproject/skupper/blob/master/cmd/site-controller/deploy-watch-current-ns.yaml

I made this change to get this going for our application

- apiGroups:
  - ""
  - apps.openshift.io
  resources:
  - deploymentconfigs
  verbs:
  - get
  - list
  - watch
  - create
  - update
  - delete
ajssmith commented 1 year ago

https://github.com/skupperproject/skupper/pull/1065

ajssmith commented 1 year ago

merged