website/content/en/blog/_posts/2023-06-29-container-image-.../flow.mmd

7 lines
262 B
Plaintext

flowchart TD
A(Create Policy\ninstance) -->|annotate namespace\nto validate signatures| B(Create Pod)
B --> C{policy evaluation}
C --> |pass| D[fa:fa-check Admitted]
C --> |fail| E[fa:fa-xmark Not admitted]
D --> |if necessary| F[Image Pull]