diff --git a/README.md b/README.md index f03bb0a..d0503f4 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ Restart the CI/CD pipeline. ## Reset the demo +In Jira, mark all tickets as closed. + In central, delete the **Log4Shell** policy Edit **src/pom.xml** and change `2.17.1` to `2.14.0`. @@ -237,8 +239,8 @@ git push Cleanup ```sh -oc delete -f deployment -oc start-build vulnerable-log4 -n vulnerable-cicd +oc kustomize deployment | oc delete -f - +oc start-build vulnerable-log4j -n vulnerable-cicd ``` ## Exploit diff --git a/deployment/kustomization.yaml b/deployment/kustomization.yaml index a4e8987..3f540e9 100644 --- a/deployment/kustomization.yaml +++ b/deployment/kustomization.yaml @@ -1,5 +1,4 @@ resources: -- 00-namespace.yaml - 10-deploy.yaml - 20-svc.yaml - 30-route.yaml