mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57: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:
|
||||
|
|
|
@ -11,10 +11,6 @@ tests:
|
|||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: "/tmp1"
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -35,10 +31,6 @@ tests:
|
|||
type: hostPath
|
||||
hostPath: "/tmp2"
|
||||
hostPathType: "Directory"
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data2"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
|
|
@ -16,10 +16,6 @@ tests:
|
|||
- path: "labels"
|
||||
fieldRef:
|
||||
fieldPath: metadata.labels
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -42,10 +38,6 @@ tests:
|
|||
enabled: true
|
||||
type: configMap
|
||||
name: mySettings
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -65,10 +57,6 @@ tests:
|
|||
enabled: true
|
||||
type: configMap
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-config'
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -88,10 +76,6 @@ tests:
|
|||
enabled: true
|
||||
type: secret
|
||||
name: mySettings
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -111,10 +95,6 @@ tests:
|
|||
enabled: true
|
||||
type: secret
|
||||
name: "{{ .Release.Name }}-config"
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
@ -135,10 +115,6 @@ tests:
|
|||
type: nfs
|
||||
server: 10.10.0.8
|
||||
path: /tank/nas/library
|
||||
mounts:
|
||||
- controllers:
|
||||
- main
|
||||
mountPath: "/data"
|
||||
asserts:
|
||||
- documentIndex: 0
|
||||
isKind:
|
||||
|
|
|
@ -17,7 +17,8 @@ tests:
|
|||
set:
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
asserts:
|
||||
- documentIndex: &DeploymentDoc 1
|
||||
isKind:
|
||||
|
@ -48,7 +49,6 @@ tests:
|
|||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
existingClaim: test
|
||||
advancedMounts:
|
||||
main:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue