mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
remove unnecessary steps (#8374)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
dc71610df7
commit
6be71b3cab
3 changed files with 0 additions and 27 deletions
|
@ -1,13 +0,0 @@
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRole
|
|
||||||
metadata:
|
|
||||||
name: pod-reader-fake
|
|
||||||
rules:
|
|
||||||
- apiGroups:
|
|
||||||
- ""
|
|
||||||
resources:
|
|
||||||
- pods
|
|
||||||
verbs:
|
|
||||||
- get
|
|
||||||
- list
|
|
||||||
- watch
|
|
|
@ -1,7 +0,0 @@
|
||||||
# Specifying the kind as `TestStep` performs certain behaviors like this delete operation.
|
|
||||||
apiVersion: kuttl.dev/v1beta1
|
|
||||||
kind: TestStep
|
|
||||||
delete:
|
|
||||||
- apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
name: test-wildcard
|
|
|
@ -1,7 +0,0 @@
|
||||||
# Specifying the kind as `TestStep` performs certain behaviors like this delete operation.
|
|
||||||
apiVersion: kuttl.dev/v1beta1
|
|
||||||
kind: TestStep
|
|
||||||
delete:
|
|
||||||
- apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRole
|
|
||||||
name: pod-reader-fake
|
|
Loading…
Reference in a new issue