You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
464 B
18 lines
464 B
suite: test masterkey secret
|
|
templates:
|
|
- secret-masterkey.yaml
|
|
tests:
|
|
- it: should create a secret if masterkeySecretName is not set
|
|
template: secret-masterkey.yaml
|
|
set:
|
|
masterkeySecretName: ""
|
|
asserts:
|
|
- isKind:
|
|
of: Secret
|
|
- it: should not create a secret if masterkeySecretName is set
|
|
template: secret-masterkey.yaml
|
|
set:
|
|
masterkeySecretName: my-secret
|
|
asserts:
|
|
- hasDocuments:
|
|
count: 0
|
|
|