Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit d8abea3

Browse files
authored
fix: add observedGeneration to CRD status fields (#747)
Signed-off-by: Markus Maga <[email protected]>
1 parent 5f4bcb5 commit d8abea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/kubernetes-external-secrets/crds/kubernetes-client.io_externalsecrets_crd.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ spec:
188188
type: string
189189
status:
190190
type: string
191+
observedGeneration:
192+
type: number
191193
additionalPrinterColumns:
192194
- jsonPath: .status.lastSync
193195
name: Last Sync

0 commit comments

Comments
 (0)