Skip to content

Commit

Permalink
🎉 Finalized paths and yay
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 19, 2024
1 parent 04e51d8 commit afc92e6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,17 @@ export class MyChart extends PennLabsChart {
mountPath: "/app/ios_key.p8",
},
{
name: 'ios-credentials-prod',
mountPath: '/app/notifications/prod',
name: 'penn-mobile-apns-prod',
mountPath: '/app/secrets/notifications/ios/prod',
},
{
name: 'ios-credentials-dev',
mountPath: '/app/notifications/dev',
name: 'penn-mobile-apns-dev',
mountPath: '/app/secrets/notifications/ios/dev',
},
{
name: 'penn-mobile-fcm',
mountPath: '/app/secrets/notifications/android',
}
]
},
domains: [
Expand Down

0 comments on commit afc92e6

Please sign in to comment.