Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmeghnag/openshift-gitops-install

OpenShift Gitops installation script.
https://github.com/gmeghnag/openshift-gitops-install

installer openshift-gitops

Last synced: about 1 month ago
JSON representation

OpenShift Gitops installation script.

Awesome Lists containing this project

README

        

# openshift-gitops-install
```
oc apply -k https://github.com/gmeghnag/openshift-gitops-install
```
```
cat << EOF | oc create -f -
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: example
namespace: openshift-gitops
spec:
server:
route:
enabled: true
EOF
```
```
curl -sk https://raw.githubusercontent.com/gmeghnag/openshift-gitops-install/main/argo/Application.yaml | oc create -f -
```