You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to provide integration tests to validate the action in a real use case simulacrum.
This way, I can be certain that the pre-release version is working properly before publishing a full release to the action users.
Acceptance Criteria:
Must read contents from an ephemeral vault engine, during the CI lifecycle.
Must write contents to an ephemeral k8s cluster as:
Read secret contents from an ephemeral vault engine, during the CI lifecycle.
Must create objects in an ephemeral k8s cluster namespace:
Kind: Secret Type: Opaque
Kind: ConfigMap
Must assert object contents against the original secret contents
The text was updated successfully, but these errors were encountered:
I want to provide integration tests to validate the action in a real use case simulacrum.
This way, I can be certain that the pre-release version is working properly before publishing a full release to the action users.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: