fix(argo-cd): remove unneeded status from CRD (#1217)
The CRD status field prevents certain tools from using the CRD as is. It should be populated by the api-server. Signed-off-by: Moustafa Baiou <moustafa@ditto.live>
This commit is contained in:
parent
6ff050f6f5
commit
2cced04870
2 changed files with 2 additions and 8 deletions
|
|
@ -6494,9 +6494,3 @@ spec:
|
|||
storage: true
|
||||
subresources:
|
||||
status: {}
|
||||
status:
|
||||
acceptedNames:
|
||||
kind: ""
|
||||
plural: ""
|
||||
conditions: []
|
||||
storedVersions: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue