Skip to content

Instantly share code, notes, and snippets.

@pierDipi
Last active March 31, 2023 13:11
Show Gist options
  • Save pierDipi/d4313a5bda11df18e0f5713247ba838a to your computer and use it in GitHub Desktop.
Save pierDipi/d4313a5bda11df18e0f5713247ba838a to your computer and use it in GitHub Desktop.
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: seldon-deployment-addressable-resolver
labels:
app.kubernetes.io/version: devel
duck.knative.dev/addressable: "true"
# Do not use this role directly. These rules will be added to the "addressable-resolver" role.
rules:
- apiGroups:
- machinelearning.seldon.io
resources:
- seldondeployments
- seldondeployments/status
verbs:
- get
- list
- watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment