mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47: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
|
@ -45,7 +45,7 @@ tests:
|
|||
- documentIndex: *AddonServiceDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template
|
||||
value: RELEASE-NAME
|
||||
|
||||
- it: addon enabled with deployKey should pass
|
||||
set:
|
||||
|
@ -83,11 +83,11 @@ tests:
|
|||
items:
|
||||
- key: id_rsa
|
||||
path: id_rsa
|
||||
secretName: RELEASE-NAME-app-template-deploykey
|
||||
secretName: RELEASE-NAME-deploykey
|
||||
- documentIndex: *AddonDeployKeySecretDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template-deploykey
|
||||
value: RELEASE-NAME-deploykey
|
||||
|
||||
- it: addon enabled with InlineBase64 deployKey should pass
|
||||
set:
|
||||
|
@ -125,11 +125,11 @@ tests:
|
|||
items:
|
||||
- key: id_rsa
|
||||
path: id_rsa
|
||||
secretName: RELEASE-NAME-app-template-deploykey
|
||||
secretName: RELEASE-NAME-deploykey
|
||||
- documentIndex: *AddonDeployKeySecretDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template-deploykey
|
||||
value: RELEASE-NAME-deploykey
|
||||
|
||||
- it: addon enabled with existingSecret deployKey should pass
|
||||
set:
|
||||
|
|
|
@ -68,11 +68,11 @@ tests:
|
|||
items:
|
||||
- key: vpnConfigfile
|
||||
path: vpnConfigfile
|
||||
secretName: RELEASE-NAME-app-template-vpnconfig
|
||||
secretName: RELEASE-NAME-vpnconfig
|
||||
- documentIndex: *AddonVPNConfigSecretDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-app-template-vpnconfig
|
||||
value: RELEASE-NAME-vpnconfig
|
||||
|
||||
- it: addon enabled with existing configFile secret should pass
|
||||
set:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue