Teleport Chart 업데이트
This commit is contained in:
19
helm/old/teleport-cluster/tests/auth_clusterrole_test.yaml
Normal file
19
helm/old/teleport-cluster/tests/auth_clusterrole_test.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
suite: Auth ClusterRole
|
||||
templates:
|
||||
- auth/clusterrole.yaml
|
||||
tests:
|
||||
- it: creates a ClusterRole
|
||||
asserts:
|
||||
- hasDocuments:
|
||||
count: 1
|
||||
- isKind:
|
||||
of: ClusterRole
|
||||
- it: adds operator permissions to ClusterRole
|
||||
values:
|
||||
- ../.lint/operator.yaml
|
||||
asserts:
|
||||
- hasDocuments:
|
||||
count: 1
|
||||
- isKind:
|
||||
of: ClusterRole
|
||||
- matchSnapshot: {}
|
||||
Reference in New Issue
Block a user