20 lines
405 B
YAML
20 lines
405 B
YAML
suite: test deployment
|
|
templates:
|
|
- namespace.yaml
|
|
tests:
|
|
- it: Should create namespace
|
|
set:
|
|
namespaces:
|
|
- name: staging
|
|
asserts:
|
|
- equal:
|
|
path: metadata.name
|
|
value: staging
|
|
- it: Should not set annotations if none provided in values
|
|
set:
|
|
namespaces:
|
|
- name: staging
|
|
asserts:
|
|
- isNull:
|
|
path: metadata.annotations
|