Skip to content

Commit

Permalink
fix(ai): fix setup jq escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Oct 25, 2023
1 parent f89c8a4 commit 371e84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/kube-setup-gen3-discovery-ai.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EOM
gen3 secrets sync 'setup gen3-discovery-ai-g3auto secrets'
}

if ! g3k_manifest_lookup .versions.gen3-discovery-ai 2> /dev/null; then
if ! g3k_manifest_lookup '.versions."gen3-discovery-ai"' 2> /dev/null; then
gen3_log_info "kube-setup-gen3-discovery-ai exiting - gen3-discovery-ai service not in manifest"
exit 0
fi
Expand Down

0 comments on commit 371e84c

Please sign in to comment.