treasuremap/manifests/function/sip/upstream/rbac/sipcluster_viewer_role.yaml
Drew Walters 3561c823bb Add SIP function
This change adds a function to deploy SIP, the Support Infrastructure
Provider.

Signed-off-by: Drew Walters <andrew.walters@att.com>
Change-Id: I4b6ac2707d495217bec14c09bec34f305a12e8e3
2021-03-17 17:31:31 +00:00

21 lines
352 B
YAML

# permissions for end users to view sipclusters.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: sipcluster-viewer-role
rules:
- apiGroups:
- airship.airshipit.org
resources:
- sipclusters
verbs:
- get
- list
- watch
- apiGroups:
- airship.airshipit.org
resources:
- sipclusters/status
verbs:
- get