mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
feat(app): add ignore-healthcheck annotation (#20462)
Signed-off-by: cef <moncef.abboud95@gmail.com>
This commit is contained in:
@@ -185,6 +185,10 @@ const (
|
||||
// AnnotationCompareOptions is a comma-separated list of options for comparison
|
||||
AnnotationCompareOptions = "argocd.argoproj.io/compare-options"
|
||||
|
||||
// AnnotationIgnoreHealthCheck when set on an Application's immediate child indicates that its health check
|
||||
// can be disregarded.
|
||||
AnnotationIgnoreHealthCheck = "argocd.argoproj.io/ignore-healthcheck"
|
||||
|
||||
// AnnotationKeyManagedBy is annotation name which indicates that k8s resource is managed by an application.
|
||||
AnnotationKeyManagedBy = "managed-by"
|
||||
// AnnotationValueManagedByArgoCD is a 'managed-by' annotation value for resources managed by Argo CD
|
||||
|
||||
Reference in New Issue
Block a user