Skip to content

Commit

Permalink
[patch] don't enforce watson studio secret
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Mar 3, 2025
1 parent 26cf380 commit 2d10a16
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 2d10a16

Please sign in to comment.