Remove secrets loading as this is handled by k8s now. Fix redis init

This commit is contained in:
Jackson Harper
2024-01-17 13:33:20 +08:00
parent d1438fe800
commit 361d57ac1d
5 changed files with 9 additions and 38 deletions

View File

@ -19,7 +19,6 @@
"@google-cloud/monitoring": "^4.0.0",
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
"@google-cloud/pubsub": "^4.0.0",
"@google-cloud/secret-manager": "^5.0.1",
"@google-cloud/storage": "^7.0.1",
"@google-cloud/tasks": "^4.0.0",
"@graphql-tools/utils": "^9.1.1",
@ -156,4 +155,4 @@
"volta": {
"extends": "../../package.json"
}
}
}