extra_manifests_test.yaml 326 B

123456789101112131415
  1. suite: test adding extra kubernetes objects
  2. templates:
  3. - extra-manifests.yaml
  4. tests:
  5. - it: should load extra manifests
  6. set:
  7. extraObjects:
  8. - apiVersion: v1
  9. kind: ServiceAccount
  10. metadata:
  11. name: random
  12. asserts:
  13. - equal:
  14. path: kind
  15. value: ServiceAccount