mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
feat(common)!: Release v3.0.0-beta1 (#278)
This commit is contained in:
parent
deafcf75a1
commit
b78483b0b8
88 changed files with 3697 additions and 1209 deletions
|
@ -8,7 +8,8 @@ tests:
|
|||
set:
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
asserts:
|
||||
- documentIndex: 1
|
||||
isKind:
|
||||
|
@ -25,12 +26,7 @@ tests:
|
|||
set:
|
||||
persistence:
|
||||
existingClaim:
|
||||
enabled: true
|
||||
existingClaim: myClaim
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -47,14 +43,9 @@ tests:
|
|||
set:
|
||||
persistence:
|
||||
claimWithoutSuffix:
|
||||
enabled: true
|
||||
nameOverride: "-"
|
||||
accessMode: ReadWriteMany
|
||||
size: 1G
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 1
|
||||
isKind:
|
||||
|
@ -71,14 +62,9 @@ tests:
|
|||
set:
|
||||
persistence:
|
||||
claimWithNameOverride:
|
||||
enabled: true
|
||||
nameOverride: suffix
|
||||
accessMode: ReadWriteMany
|
||||
size: 1G
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 1
|
||||
isKind:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue