Skip to content

Commit

Permalink
comments about discover action
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Glenn Hansen <[email protected]>
  • Loading branch information
travisghansen committed Oct 3, 2024
1 parent e83d25d commit 37fd83c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/argo-cd-helmfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@ case $phase in
;;

"discover")
# https://github.com/argoproj/argo-cd/issues/4831
# discovery by default is not executed in the ARGOCD_APP_SOURCE_PATH
# discovery broken in 2.7.4
if [[ ! -z "${HELMFILE_DISCOVERY_RESPONSE}" ]]; then
truthy_test "${HELMFILE_DISCOVERY_RESPONSE}" && {
echo "forced discovery response: enabled"
Expand Down

0 comments on commit 37fd83c

Please sign in to comment.