This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Display updated resources #92
Labels
documentation
Improvements or additions to documentation
Milestone
Hi,
A question about Argo CD and updated resources. This information is available in
{{ .app.status.operationState.syncResult.resources }}
It returns
[map[group:machinelearning.seldon.io hookPhase:Running kind:SeldonDeployment message:seldondeployment.machinelearning.seldon.io/my-test-deployment configured name:my-test-deployment namespace:test status:Synced syncPhase:Sync version:v1alpha2]]
How can you access individual fields?
{{ .app.status.operationState.syncResult.resources.name }} for example returns an error, but I'd like to get the "my-test-deployment"
The text was updated successfully, but these errors were encountered: