Skip to content

Commit

Permalink
Merge pull request #9 from mozammil89/patch-1
Browse files Browse the repository at this point in the history
Update config.ts with github pages URL
  • Loading branch information
pallakartheekreddy authored Oct 18, 2024
2 parents b86f1b7 + 4aeaff0 commit 05fc6c6
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 05fc6c6

Please sign in to comment.