forked from shubham-gann/argo-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress
More file actions
20 lines (12 loc) · 868 Bytes
/
progress
File metadata and controls
20 lines (12 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Create a new repo for managing argo files. ✅
Create an argocd application architecture to deploy k8s manifest files for two clusters. (use application, applicationsets, projects) (at-least 8-10 sample apps should be deployed) ✅
deployment.yaml needs to be modified for 8-10 apps ✅ (for 3 apps)
Complete with Two clusters ✅
Deploy a kustomize application to 2 different cluster as prod and stage with one base. ✅
deployment.yaml can be modified for different apps, currently nginx ✅
All the sync should be automated. ✅ (while creating in argocd can be done in the UI/cmd)
Add git webhook which can trigger the sync as soon as any changes are pushed to repo. ✅
need to add github token to argocd values.yaml, check values.argo.yaml ✅
then add hook to github repo ✅
Should get flock msg for each step of sync Pre, post etc. ✅
# webhook test