Skip to content

Commit

Permalink
add devportal vkpr apply
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa committed Sep 8, 2023
1 parent a25099f commit 1065bbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vkpr/apply/src/unix/formula/formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ applyConfig(){
#17
installTempo

#18
installDevportal

}

installArgoCD(){
Expand Down Expand Up @@ -234,4 +237,12 @@ installTempo(){
if [ "$TEMPO_EXISTS" == true ]; then
rit vkpr tempo install --default
fi
}

installDevportal(){
DEVPORTAL_EXISTS=$($VKPR_YQ eval .devportal.enabled "$VKPR_GLOBAL_CONFIG")
if [ "$DEVPORTAL_EXISTS" == true ]; then
rit vkpr devportal install --default
fi

}

0 comments on commit 1065bbc

Please sign in to comment.