Skip to content

Commit

Permalink
feat: uid as metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed May 30, 2024
1 parent 1dbdb6b commit 59ccf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runit/uplink/run
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ ! -f "$FILE" ]; then
--header "x-bytebeam-tenant: ${BYTEBEAM_TENANT}" \
--header "x-bytebeam-api-key: ${BYTEBEAM_API_KEY}" \
--header 'Content-Type: application/json' \
--data '{"metadata": {"cluster": "'$CLUSTER'","application": "'$APPLICATION'"}}' \
--data '{"metadata": {"cluster": "'$CLUSTER'","application": "'$APPLICATION'","uid": "'$CLUSTER'-'$APPLICATION'"}}' \
-o "$FILE"

if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 59ccf9e

Please sign in to comment.