mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
18 lines
421 B
YAML
18 lines
421 B
YAML
suite: Controller > DaemonSet
|
|
templates:
|
|
- controller-daemonset.yaml
|
|
|
|
tests:
|
|
- it: should create a DaemonSet if `controller.kind` is "DaemonSet"
|
|
set:
|
|
controller.kind: DaemonSet
|
|
kind: Vanilla
|
|
asserts:
|
|
- hasDocuments:
|
|
count: 1
|
|
- isKind:
|
|
of: DaemonSet
|
|
- equal:
|
|
path: metadata.name
|
|
value: RELEASE-NAME-open-appsec-k8s-nginx-ingress-controller
|