From ede00f74ad4e288a0a61085325c6cfdd1649add3 Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Mon, 3 Jul 2023 14:43:23 -0400 Subject: [PATCH] Update src/internal/agent/hooks/argocd-application.go Co-authored-by: Wayne Starr --- src/internal/agent/hooks/argocd-application.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/internal/agent/hooks/argocd-application.go b/src/internal/agent/hooks/argocd-application.go index fec7e73073..67775adfd3 100644 --- a/src/internal/agent/hooks/argocd-application.go +++ b/src/internal/agent/hooks/argocd-application.go @@ -18,9 +18,7 @@ import ( ) type Source struct { - Path string `json:"path"` - RepoURL string `json:"repoURL,omitempty"` - TargetRevision string `json:"targetRevision,omitempty"` + RepoURL string `json:"repoURL"` } type ArgoApplication struct {