Skip to content

Commit

Permalink
feat: ExternalSecret CR tracking works again
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <[email protected]>
  • Loading branch information
ilya-lesikov committed Jan 15, 2025
1 parent 0fc2d1a commit e227840
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pkg/tracker/generic/contrib_resource_status_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@ rules:
failed:
- "CreateFailed"
- "UpdateFailed"
- "DeleteFailed"
- "DeleteFailed"
- resourceGroup: "external-secrets.io"
resourceKind: "ExternalSecret"
jsonPath: '$.status.conditions[?(@.type=="Ready")].status'
humanJsonPath: "status.conditions[type=Ready].status"
conditions:
ready:
- "True"
progressing:
- "Unknown"
failed:
- "False"

0 comments on commit e227840

Please sign in to comment.