Skip to content

Commit

Permalink
Fix secretName key in prd settings (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckth authored Dec 3, 2024
1 parent 586d2df commit ac8ffc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/prd.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@
},
{
"name": "OtlpSettings__Token",
"value": "OtlpSettings-Token"
"secretName": "OtlpSettings-Token"
}
]
}
}
}

0 comments on commit ac8ffc7

Please sign in to comment.