Skip to content

Commit 518e7fd

Browse files
Update ADB password placeholder in documentation
change value to paramenter
1 parent 4ccbd88 commit 518e7fd

File tree

1 file changed

+2
-2
lines changed
  • 03-Azure/01-03-Infrastructure/10_Oracle_on_Azure/walkthrough/perf-test-odaa

1 file changed

+2
-2
lines changed

03-Azure/01-03-Infrastructure/10_Oracle_on_Azure/walkthrough/perf-test-odaa/perf-test-odaa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Copy-Item "resources\infra\k8s\connping-job.yaml " "connping-job.yaml"
250250
251251
# Configure your ADB connection details
252252
253-
$ADB_PASSWORD = "Welcome1234#" # Replace with your actual ADB password
253+
$ADB_PASSWORD = "<ADD-YOUR-PASSWORD-HERR>" # Replace with your actual ADB password
254254
$ADB_TNS = $trgConn # Use the TNS connection string obtained from docs\odaa-get-token.md
255255
256256
# Update the job with your connection details
@@ -701,4 +701,4 @@ Exit Pod
701701
exit
702702
~~~ -->
703703

704-
[Back to workspace README](../../README.md)
704+
[Back to workspace README](../../README.md)

0 commit comments

Comments
 (0)