439feeb5a6
- Adds apache license - Adds basic structure of project via kubebuilder init \ --domain airshipit.org \ --license apache2 \ --repo github.com/att-comdev/vino Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
8 lines
153 B
YAML
8 lines
153 B
YAML
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: metrics-reader
|
|
rules:
|
|
- nonResourceURLs: ["/metrics"]
|
|
verbs: ["get"]
|