Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#17 Remove TLS connection to Openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Mar 5, 2024
1 parent f001b86 commit 0a2959e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ETL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
./oc_bin/oc version
echo $oct
echo $ocs
./oc_bin/oc config set-context `oc config current-context` --namespace=$ocp
./oc_bin/oc login $ocs --token=$oct

./oc_bin/oc login $ocs --token=$oct --insecure-skip-tls-verify=true
./oc_bin/oc project $ocp
export postgresPod=$(./oc_bin/oc get pods | grep database | awk '{print $1}')
echo $postgresPod
Expand Down

0 comments on commit 0a2959e

Please sign in to comment.