Skip to content

Commit

Permalink
:but: Use new secret path with separate DB
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Apr 24, 2024
1 parent cb57368 commit 4252897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.ts
Expand Up @@ -9,7 +9,7 @@ export class MyChart extends PennLabsChart {
super(scope);

const backendImage = 'pennlabs/labs-analytics-backend';
const secret = "platform"
const secret = "platform-analytics"
const domain = "analytics.pennlabs.org"

const ingressProps = {
Expand Down

0 comments on commit 4252897

Please sign in to comment.