This repository has been archived on 2024-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
onechart/charts/namespaces/tests/ns_test.yaml
T
2022-06-23 13:54:37 +02:00

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