sequenceDiagram participant Store as Secret store participant ExternalSecrets as External secrets participant Kubernetes participant Reloader ExternalSecrets->>Store: Watch for changes Reloader->>Kubernetes: Watch for changes Store-->>ExternalSecrets: Notice secret change ExternalSecrets->>Kubernetes: Deploy new secret Kubernetes-->>Reloader: Notice secret change Reloader->>Kubernetes: Trigger workload rollout