diff --git a/4-outer-loop/index.html b/4-outer-loop/index.html index f757e66..e532854 100644 --- a/4-outer-loop/index.html +++ b/4-outer-loop/index.html @@ -499,9 +499,11 @@

Create App Deployment and Buil
  • Click Show advanced Git options and for Git reference enter master
  • As Import Strategy select Builder Image
  • As Builder Image select Java and openjdk-11-el7 / Red Hat OpenJDK 11 (RHEL 7)
  • +
  • Under Application select Create Application
  • As Application Name enter workshop-app
  • As Name enter workshop
  • -
  • Check Add pipeline
  • +
  • Keep the defaults for all other settings
  • +
  • But check Add pipeline
  • If you don’t have the checkbox Add pipeline and get the message There are no pipeline templates available for Java and Deployment combination in the next step then just give it few more minutes and reload the page.

    @@ -554,10 +556,10 @@

    Click image to enlarge

  • Login with the values of the secret from above
  • Click Sign in
  • Scroll down to Access Settings
  • -
  • As Super User but in quayadmin
  • +
  • As Super User but in quayadmin and press Add
  • click Validate Configuration Changes and after the validation click Reconfigure Quay
  • -

    Reconfiguring Quay takes some time. The easiest way to determine if it’s been finished is to open the Quay portal (using the quay-quay Route). At the upper right you’ll see the username (quayadmin), if you click the username the drop-down should show a link Super User Admin Panel. When it shows up you can proceed.

    +

    Reconfiguring Quay takes some time. The easiest way to determine if it’s been finished is to open the Quay portal (using the quay-quay Route). At the upper right you’ll see the username (quayadmin), if you click the username the drop-down should show a link Super User Admin Panel. When it shows up you can proceed. If it does not show up for a very long time, check if the pods in the quay-project are pending, due to insufficient CPU resources. If yes, go to deployments and change the update-strategy from rolling to recreate

    Click image to enlarge

    @@ -612,7 +614,7 @@

    Click image to enlarge

    • Secret name: quay-credentials
    • Key: token
    • -
    • Value: paste the Access Token you generated in the Quay Portal before
    • +
    • Value: paste the Access Token you generated in the Quay Portal before into the drag and drop field
    • Click Create
    @@ -622,7 +624,7 @@

    Click image to enlarge

    Go to the Red Hat Quay Bridge Operator overview (make sure you are in the quay namespace)

  • -

    On the Quay Integration tile click Create Instance

    +

    On the Quay Integration tile click Create QuayIntegration

    • Open Credentials secret
        diff --git a/5-gitops/index.html b/5-gitops/index.html index 7c8c62b..869e49c 100644 --- a/5-gitops/index.html +++ b/5-gitops/index.html @@ -499,7 +499,7 @@

        Click image to enlarge

      Prepare the GitOps Config Repository

        -
      • In Gitea create a New Migration and clone the Config GitOps Repo which will be the repository that contains our GitOps infrastructure components and state
      • +
      • In Gitea create a New Migration (by pressing the + button in the upper right) and clone the Config GitOps Repo which will be the repository that contains our GitOps infrastructure components and state
      • The URL is https://github.com/devsecops-workshop/openshift-gitops-getting-started.git

      Have quick look at the structure of this project :