Skip to content

Commit

Permalink
Merge branch 'main' into conf_container
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsabath authored May 9, 2022
2 parents 2a960bb + 6803699 commit eacfec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/install-open-shift-tornjak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ echo "$INGRESS"

# setup TLS secret:
CRN=$(ibmcloud oc ingress secret get -c "$CLUSTERNAME" --name "$INGSEC" --namespace openshift-ingress --output json | jq -r '.crn')

# not needed for k8s 1.22 anymore:
#ibmcloud oc ingress secret create --cluster "$CLUSTERNAME" --cert-crn "$CRN" --name "$INGSEC" --namespace "$PROJECT"
if [ "$?" == "0" ]; then
echo "All good"
Expand Down

0 comments on commit eacfec7

Please sign in to comment.