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
|
@ -17,7 +17,7 @@ tests:
|
|||
value:
|
||||
name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: RELEASE-NAME-app-template-config
|
||||
claimName: RELEASE-NAME-config
|
||||
|
||||
- it: with existingClaim should pass
|
||||
set:
|
||||
|
@ -55,7 +55,7 @@ tests:
|
|||
value:
|
||||
name: claimWithoutSuffix
|
||||
persistentVolumeClaim:
|
||||
claimName: RELEASE-NAME-app-template
|
||||
claimName: RELEASE-NAME
|
||||
|
||||
- it: custom suffix should pass
|
||||
set:
|
||||
|
@ -75,4 +75,4 @@ tests:
|
|||
value:
|
||||
name: claimWithNameOverride
|
||||
persistentVolumeClaim:
|
||||
claimName: RELEASE-NAME-app-template-suffix
|
||||
claimName: RELEASE-NAME-suffix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue