mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(app-template): Set default nameOverride (#20)
This commit is contained in:
parent
2cf1c54473
commit
7de4ddfe94
21 changed files with 109 additions and 71 deletions
|
@ -35,7 +35,7 @@ tests:
|
|||
- documentIndex: *PersistentVolumeClaimDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template-config
|
||||
value: RELEASE-NAME-config
|
||||
|
||||
- it: without suffix should pass
|
||||
set:
|
||||
|
@ -49,7 +49,7 @@ tests:
|
|||
- documentIndex: *PersistentVolumeClaimDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template
|
||||
value: RELEASE-NAME
|
||||
|
||||
- it: with custom suffix should pass
|
||||
set:
|
||||
|
@ -63,4 +63,4 @@ tests:
|
|||
- documentIndex: *PersistentVolumeClaimDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template-custom
|
||||
value: RELEASE-NAME-custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue