mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 07:06:20 -03:00
lint
This commit is contained in:
@@ -78,7 +78,7 @@ tests:
|
||||
- documentIndex: *replicationDestDoc
|
||||
matchRegex:
|
||||
path: spec.restic.unlock
|
||||
pattern: ^[0-9]{14}$
|
||||
pattern: "^[0-9]{14}$"
|
||||
|
||||
- it: should generate correct spec with changed defaults
|
||||
set:
|
||||
@@ -138,7 +138,7 @@ tests:
|
||||
- documentIndex: *replicationDestDoc
|
||||
matchRegex:
|
||||
path: spec.restic.unlock
|
||||
pattern: ^[0-9]{14}$
|
||||
pattern: "^[0-9]{14}$"
|
||||
|
||||
- it: should generate correct spec with storageClassName
|
||||
set:
|
||||
@@ -200,7 +200,7 @@ tests:
|
||||
- documentIndex: *replicationDestDoc
|
||||
matchRegex:
|
||||
path: spec.restic.unlock
|
||||
pattern: ^[0-9]{14}$
|
||||
pattern: "^[0-9]{14}$"
|
||||
|
||||
- it: should generate correct spec with volumeSnapshotClass
|
||||
set:
|
||||
@@ -262,7 +262,7 @@ tests:
|
||||
- documentIndex: *replicationDestDoc
|
||||
matchRegex:
|
||||
path: spec.restic.unlock
|
||||
pattern: ^[0-9]{14}$
|
||||
pattern: "^[0-9]{14}$"
|
||||
|
||||
- it: should generate correct spec with volumeSnapshotClass and StorageClass
|
||||
set:
|
||||
@@ -326,4 +326,4 @@ tests:
|
||||
- documentIndex: *replicationDestDoc
|
||||
matchRegex:
|
||||
path: spec.restic.unlock
|
||||
pattern: ^[0-9]{14}$
|
||||
pattern: "^[0-9]{14}$"
|
||||
|
||||
Reference in New Issue
Block a user