Skip to content

Commit

Permalink
Update config.ts with github pages URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mozammil89 authored Oct 18, 2024
1 parent b86f1b7 commit 4aeaff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const getConfig = (): ConfigProps => ({
CIDR: process.env.CIDR || "",
MAX_AZS: Number(process.env.MAZ_AZs) || 2,
CHART: "sunbird_rc_charts",
REPOSITORY: "https://github.com/Sunbird-RC/aws-cdk/packages",
REPOSITORY: "https://sunbird-rc.github.io/aws-cdk/packages",
NAMESPACE: "sbrc2",
VAULT_RELEASE_NAME: "sbrc2",
C_RELEASE_NAME: "sbrc2-c",
Expand Down

0 comments on commit 4aeaff0

Please sign in to comment.