feat(app-template): Set default nameOverride (#20)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-08-09 11:00:07 +02:00 committed by GitHub
parent 2cf1c54473
commit 7de4ddfe94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 109 additions and 71 deletions

View file

@ -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

View file

@ -65,7 +65,7 @@ tests:
value:
name: configmap
configMap:
name: RELEASE-NAME-app-template-config
name: RELEASE-NAME-config
- it: secret persistence type should pass
set: