Skip to content

Commit

Permalink
Merge branch 'master' into MAXMF-1848
Browse files Browse the repository at this point in the history
  • Loading branch information
alequint authored Mar 3, 2025
2 parents 746965f + 18217e0 commit b1ecaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/cli/mascli/functions/gitops_mas_config
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ function gitops_mas_config() {
export SECRET_KEY_WATSON_STUDIO_USERNAME=${WATSON_STUDIO_SECRET}#username
export SECRET_KEY_WATSON_STUDIO_PASSWORD=${WATSON_STUDIO_SECRET}#password
export SECRET_KEY_WATSON_STUDIO_URL=${WATSON_STUDIO_SECRET}#url
sm_verify_secret_exists $WATSON_STUDIO_SECRET "username,password,url"
sm_verify_secret_exists $WATSON_STUDIO_SECRET "username,password,url" false
fi

echo
Expand Down

0 comments on commit b1ecaa5

Please sign in to comment.