Skip to content

Commit

Permalink
change deployment name according to changes (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-AlJaljuli authored Nov 15, 2024
1 parent fdd1834 commit a23180a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const k8sClient = new kubeCLient();
test.describe
.serial("Verify TLS configuration with Postgres DB health check", () => {
const namespace = process.env.NAME_SPACE_RDS;
const deploymentName = "rhdh-developer-hub";
const deploymentName = "rhdh-backstage";
const secretName = "postgres-cred";
const hostLatest2 = Buffer.from(process.env.RDS_2_HOST).toString("base64");
const hostLatest3 = Buffer.from(process.env.RDS_3_HOST).toString("base64");
Expand Down

0 comments on commit a23180a

Please sign in to comment.