Epic: #976
Acceptance Criteria
Scenario: A platform engineer can check the SecretSink sync status via kubectl get
Given a platform engineer is syncing secrets to an external secret provider
When the platform engineer runs the command kubectl get on the SecretSink custom resource definition
Then the platform engineer is able to see the status of the SecretSink sync as part of the output of kubectl get
Notes
- SecretSink status:
- Synced
- NotSynced
- Errored
- NotImplemented
- ps: the CRD should be modified as part of this story