Skip to content

Commit

Permalink
Merge pull request #242 from 14rcole/fix-spelling
Browse files Browse the repository at this point in the history
fix: fix spelling error in snapshot diagram
  • Loading branch information
14rcole authored Jul 14, 2023
2 parents 4f18951 + e3398fe commit 7b264cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snapshot-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ flowchart TD
ensure4(Process further if: Snapshot testing <br>is not finished yet)
step1_fetch_all_ITS(Step 1: Fetch ALL the IntegrationTestScenario <br>for the given Application)
step2_fetch_all_env(Step 2: Fetch ALL the Environments <br>present in the same namespace)
select_ITS_with_env_defined(For each of the IntegrationTestScenario form Step 1, <br>select the ones that have .spec.environment field defined. <br>And process them in the next steps)
select_ITS_with_env_defined(For each of the IntegrationTestScenario from Step 1, <br>select the ones that have .spec.environment field defined. <br>And process them in the next steps)
does_env_already_exists{"Is there any <br>environment (from Step 2), <br>that contains labels with names <br>of current Snapshot and <br>IntegrationTestScenario?"}
continue_processing4(Controller continues processing...)
copy_and_create_eph_env(For each IntegrationTestScenario, <br> copy the existing env definition from <br>their spec.environment field and use it to <br><b>create a new ephemeral environment</b>)
Expand Down

0 comments on commit 7b264cf

Please sign in to comment.