-
Notifications
You must be signed in to change notification settings - Fork 266
/
gitops-pathway.json
36 lines (36 loc) · 1.15 KB
/
gitops-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "GitOps and Pipelines with OpenShift",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/middleware/pipelines/",
"pathway_id": "middleware",
"course_id": "pipelines",
"title": "Using OpenShift Pipelines"
},
{
"external_link": "https://learn.openshift.com/gitops/getting-started/",
"pathway_id": "gitops",
"course_id": "getting-started",
"title": "Getting Started with ArgoCD and OpenShift GitOps Operator"
},
{
"external_link": "https://learn.openshift.com/gitops/kustomize/",
"pathway_id": "gitops",
"course_id": "kustomize",
"title": "Working with Kustomize"
},
{
"external_link": "https://learn.openshift.com/gitops/syncwaves-hooks/",
"pathway_id": "gitops",
"course_id": "syncwaves-hooks",
"title": "Syncwaves and Hooks"
},
{
"external_link": "https://learn.openshift.com/gitops/working-with-helm/",
"pathway_id": "gitops",
"course_id": "working-with-helm",
"title": "Working with Helm"
}
]
}