Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 989 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 989 Bytes

Welcome App Deployment

Deployment manifests for the Welcome-App application.

Install ArgoCD

Install the Operator

oc apply -k https://github.com/RedHatWorkshops/argocd-getting-started/resources/manifests/argocd-operator-install

Install an instance

until oc apply -k https://github.com/RedHatWorkshops/argocd-getting-started/resources/manifests/argocd-instance ; do sleep 3 ; done

Install Tekton

Install OpenShift Pipelines

oc apply -k https://github.com/christianh814/openshift-cluster-config/manifests/pipelines/base/

Install Sealed Secrets

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/

Install this Repo

To install this repo, run the following

oc apply -k https://github.com/christianh814/welcome-deploy/cicd/argocd