Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mluukkai committed May 15, 2024
1 parent 606f682 commit e3dc49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/part-4/3-GitOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ There are a few options for the GitOps setup. What we used here was having the c
- Each commit to the main branch should result in deployment to the staging environment
- Each _tagged_ commit results in deployment to the production environment
- In staging the broadcaster just logs all the messages, it does not forward those to any external service
- You may assume that _secrets_ are readily applied outside of the ArgoCD
- Bonus: use different repositories for the code and configurations

</exercise>

0 comments on commit e3dc49f

Please sign in to comment.