Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
* We started preferring config-repo over gitops-repo a while ago but forgot to adapt this image when importing it
* We removed the term "developer" in most images to reduce visual noise and to be more inclusive, e.g. for operators
  • Loading branch information
schnatterer committed Nov 6, 2023
1 parent a72e4ce commit 8ed7188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/puml/repo-separation.puml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ skinparam sequenceArrowColor COLOR_ABOVE_TRANSPARENT_BACKGROUND
skinparam actorStyle awesome

together {
actor Developer as user
actor " " as user
rectangle "<$git>\nApp Repo" as appRepo
rectangle "<$git>\nConfig Repo" as configRepo
rectangle "<$jenkins>\nCI Server" as ciServer
Expand All @@ -38,7 +38,7 @@ user -[#red]> configRepo : <color:red>push config
appRepo -[hidden]> configRepo
appRepo <-- ciServer : pull
ciServer -> registry : push\nimage
configRepo <- ciServer : push new\nimage version
'configRepo <- ciServer : push new\nimage version
k8s --> registry : pull\nimage
configRepo <- k8s : pull\nconfig
k8s -> k8s : deploy
Expand Down
4 changes: 2 additions & 2 deletions src/svg/config-repo-example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ed7188

Please sign in to comment.