Skip to content

Commit

Permalink
fix(infra): remove dep on unused api_route secret (#935)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 24, 2024
1 parent 115f02e commit 7fca24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/tf/k8s_infra/traefik.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module "traefik_secrets" {
source = "../modules/secrets"

keys = [
"rivet/api_route/token",
"rivet/api_traefik_provider/token",
]
}
Expand Down

0 comments on commit 7fca24b

Please sign in to comment.