operate-first / apps

Operate-first application manifests
GNU General Public License v3.0
51 stars 137 forks source link

Rapidast migration information #2784

Open Gregory-Pereira opened 1 year ago

Gregory-Pereira commented 1 year ago

This issue is supposed to provide some clarity on how the rapiDAST team will migrate to another gitops repo.

This migration should look similar to the aggregate changes of these two prs: the infra changes, and operator deployment. The following is a list of the files introduced in the PR and how these kubernetes resources map to changes in Gitops:

The first PR:

The second PR:

Our argocd cluster-resources-smaug application watches the Smaug kustomization overlay (operate-first/apps/cluster-scope/overlays/prod/moc/smaug/kustomization.yaml). It builds and deploys everything in this file, as well as what it builds from the MOC common overlay (operate-first/apps/cluster-scope/overlays/prod/moc/common/kustomization.yaml), because it is referenced from the kustomization overlay. Between these two overlays that get built, all the changes in git from those 2 PRs get picked up by our Argocd Applications and deployed to the openshift cluster.

Gregory-Pereira commented 1 year ago

/cc @jeremychoi