Add initial e2e tests

This commit is contained in:
Olivier Lemasle 2022-11-09 17:19:59 +01:00
parent b03cc3e7c8
commit 1145dbfe93
13 changed files with 537 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: prometheus
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: prometheus
subjects:
- kind: ServiceAccount
name: prometheus
namespace: prometheus-adapter-e2e