Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gmeghnag/openshift-gitops-install
- Owner: gmeghnag
- Created: 2024-04-09T09:31:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:19:29.000Z (7 months ago)
- Last Synced: 2024-04-30T11:46:04.143Z (7 months ago)
- Topics: installer, openshift-gitops
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -
```