Skip to content

Commit

Permalink
Adding the secret in the task definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Apr 8, 2024
1 parent 981273d commit f523b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/templates/sre-bot.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
{
"name": "PICKLE_STRING",
"valueFrom": "${PICKLE_STRING}"
},
{
"name": "GCP_SRE_SERVICE_ACCOUNT_KEY_FILE",
"valueFrom": "${GCP_SRE_SERVICE_ACCOUNT_KEY_FILE}"
}
],
"ulimits": [
Expand Down

0 comments on commit f523b45

Please sign in to comment.