clustersecretstore_test.yaml 435 B

1234567891011
  1. suite: test ClusterSecretStore
  2. template: tests/crds/clustersecretstore.yml
  3. tests:
  4. - it: matches ClusterSecretStore 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"