Deployment manifests for the Welcome-App application.
Install the Operator
oc apply -k https://github.com/RedHatWorkshops/argocd-getting-started/resources/manifests/argocd-operator-installInstall an instance
until oc apply -k https://github.com/RedHatWorkshops/argocd-getting-started/resources/manifests/argocd-instance ; do sleep 3 ; doneInstall OpenShift Pipelines
oc apply -k https://github.com/christianh814/openshift-cluster-config/manifests/pipelines/base/Install it using Kustomzie. This installs it in the sealed-secrets namespace.
oc apply -k https://github.com/christianh814/openshift-cluster-config/manifests/sealed-secrets/base/To install this repo, run the following
oc apply -k https://github.com/christianh814/welcome-deploy/cicd/argocd