mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 07:19:18 -03:00
cleanup
This commit is contained in:
@@ -40,23 +40,6 @@ tests:
|
||||
value:
|
||||
storageclass.kubernetes.io/is-default-class: "false"
|
||||
|
||||
- it: should generate correct spec with isDefault set
|
||||
set:
|
||||
storageClass:
|
||||
example1:
|
||||
enabled: true
|
||||
provisioner: some.provisioner.io
|
||||
isDefault: true
|
||||
asserts:
|
||||
- documentIndex: *storageClassDoc
|
||||
isKind:
|
||||
of: StorageClass
|
||||
- documentIndex: *storageClassDoc
|
||||
equal:
|
||||
path: metadata.annotations
|
||||
value:
|
||||
storageclass.kubernetes.io/is-default-class: "true"
|
||||
|
||||
- it: should generate correct spec with non-default reclaim policy
|
||||
set:
|
||||
storageClass:
|
||||
|
||||
Reference in New Issue
Block a user