Skip to content

Commit

Permalink
feat: create new refresh-hydrator annotation key
Browse files Browse the repository at this point in the history
Signed-off-by: daengdaengLee <gunho1020@gmail.com>
  • Loading branch information
daengdaengLee committed Aug 6, 2024
1 parent 21ddca5 commit 1d7fbe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/apis/application/v1alpha1/application_annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const (
// Might take values 'normal'/'hard'. Value 'hard' means manifest cache and target cluster state cache should be invalidated before refresh.
AnnotationKeyRefresh string = "argocd.argoproj.io/refresh"

// AnnotationKeyRefreshHydrator is the annotation key which indicates that app needs to be hydrated. Removed by application controller after app is hydrated.
AnnotationKeyRefreshHydrator string = "argocd.argoproj.io/refresh-hydrator"

// AnnotationKeyManifestGeneratePaths is an annotation that contains a list of semicolon-separated paths in the
// manifests repository that affects the manifest generation. Paths might be either relative or absolute. The
// absolute path means an absolute path within the repository and the relative path is relative to the application
Expand Down

0 comments on commit 1d7fbe3

Please sign in to comment.