drodowic / welcome-deploy

Deployment manifests for the Welcome-App application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deployment manifests for the Welcome-App application