secretstore_test.yaml 414 B

1234567891011
  1. suite: test SecretStore
  2. template: tests/crds/secretstore.yml
  3. tests:
  4. - it: matches SecretStore correctly (including runtimeRef)
  5. asserts:
  6. - matchSnapshot:
  7. path: tests/__snapshot__
  8. # runtimeRef shape is covered via snapshot assertions.
  9. # We deliberately want to test all the included elements.
  10. ignoreErrors:
  11. - "in body should have at most 1 properties"