Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Copy-Item "resources\infra\k8s\connping-job.yaml " "connping-job.yaml"

# Configure your ADB connection details

$ADB_PASSWORD = "Welcome1234#" # Replace with your actual ADB password
$ADB_PASSWORD = "<ADD-YOUR-PASSWORD-HERR>" # Replace with your actual ADB password
$ADB_TNS = $trgConn # Use the TNS connection string obtained from docs\odaa-get-token.md

# Update the job with your connection details
Expand Down Expand Up @@ -701,4 +701,4 @@ Exit Pod
exit
~~~ -->

[Back to workspace README](../../README.md)
[Back to workspace README](../../README.md)
Loading