Skip to content

Commit 327b5aa

Browse files
authored
Merge pull request #350 from werf/feat/external-secret-cr-tracking-works-again
feat: ExternalSecret CR tracking works again
2 parents 0fc2d1a + e227840 commit 327b5aa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pkg/tracker/generic/contrib_resource_status_rules.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@ rules:
1212
failed:
1313
- "CreateFailed"
1414
- "UpdateFailed"
15-
- "DeleteFailed"
15+
- "DeleteFailed"
16+
- resourceGroup: "external-secrets.io"
17+
resourceKind: "ExternalSecret"
18+
jsonPath: '$.status.conditions[?(@.type=="Ready")].status'
19+
humanJsonPath: "status.conditions[type=Ready].status"
20+
conditions:
21+
ready:
22+
- "True"
23+
progressing:
24+
- "Unknown"
25+
failed:
26+
- "False"

0 commit comments

Comments
 (0)