mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
feat(common): Release common v4.1.0 (#416)
This commit is contained in:
parent
f3660654f4
commit
db552e2dee
52 changed files with 705 additions and 129 deletions
|
@ -16,6 +16,16 @@ tests:
|
|||
name: release-name
|
||||
any: true
|
||||
|
||||
- it: name includes identifier when alwaysAppendIdentifierToResourceName is enabled
|
||||
set:
|
||||
global.alwaysAppendIdentifierToResourceName: true
|
||||
asserts:
|
||||
- containsDocument:
|
||||
kind: ServiceAccount
|
||||
apiVersion: v1
|
||||
name: release-name-main
|
||||
any: true
|
||||
|
||||
- it: forceRename
|
||||
set:
|
||||
serviceAccount.main.forceRename: forceRename
|
||||
|
@ -98,6 +108,7 @@ tests:
|
|||
|
||||
- it: multiple items
|
||||
set:
|
||||
controllers.main.serviceAccount.identifier: main
|
||||
serviceAccount.second: {}
|
||||
asserts:
|
||||
- containsDocument:
|
||||
|
@ -113,6 +124,7 @@ tests:
|
|||
|
||||
- it: multiple items with prefix
|
||||
set:
|
||||
controllers.main.serviceAccount.identifier: main
|
||||
serviceAccount.second:
|
||||
prefix: prefix
|
||||
asserts:
|
||||
|
@ -129,6 +141,7 @@ tests:
|
|||
|
||||
- it: multiple items with suffix
|
||||
set:
|
||||
controllers.main.serviceAccount.identifier: main
|
||||
serviceAccount.second:
|
||||
suffix: suffix
|
||||
asserts:
|
||||
|
@ -145,6 +158,7 @@ tests:
|
|||
|
||||
- it: multiple items with prefix and suffix
|
||||
set:
|
||||
controllers.main.serviceAccount.identifier: main
|
||||
serviceAccount.second:
|
||||
prefix: prefix
|
||||
suffix: suffix
|
||||
|
@ -162,6 +176,7 @@ tests:
|
|||
|
||||
- it: multiple items with prefix, suffix and forceRename (illegal combination)
|
||||
set:
|
||||
controllers.main.serviceAccount.identifier: main
|
||||
serviceAccount.second:
|
||||
forceRename: forceRename
|
||||
prefix: prefix
|
||||
|
|
|
@ -40,6 +40,7 @@ tests:
|
|||
|
||||
- it: multiple serviceAccounts can be enabled
|
||||
set:
|
||||
controllers.main.serviceAccount.identifier: myAccount
|
||||
serviceAccount:
|
||||
myAccount: {}
|
||||
mySA: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue