Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevchu3/ocp4-gitops-homelab

Sample applications for OpenShift GitOps in a homelab
https://github.com/kevchu3/ocp4-gitops-homelab

argocd gitops openshift openshift-gitops openshift-v4

Last synced: 6 days ago
JSON representation

Sample applications for OpenShift GitOps in a homelab

Awesome Lists containing this project

README

        

# OpenShift 4 GitOps Homelab

This repository contains sample applications intended to be deployed via Red Hat OpenShift GitOps.

* [Container Security Operator (Clair)](./quay/overlays/clair)
* [custom Grafana](./custom-grafana)
* [machineconfig](./machineconfig)
* [oauth](./oauth)
* [project template](./project-template)
* [registry](./registry)

### ArgoCD Cluster Admin Access

To [enable full cluster admin access] on OpenShift, run the following command:
```
oc adm policy add-cluster-role-to-user cluster-admin -z openshift-gitops-argocd-application-controller -n openshift-gitops
```

[enable full cluster admin access]: https://argocd-operator.readthedocs.io/en/latest/install/openshift/#rbac