Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevchu3/ocp4-gitops-homelab
- Owner: kevchu3
- License: gpl-3.0
- Created: 2021-05-13T14:55:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T17:07:39.000Z (3 months ago)
- Last Synced: 2024-08-07T20:27:25.944Z (3 months ago)
- Topics: argocd, gitops, openshift, openshift-gitops, openshift-v4
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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