diff --git a/Readme.md b/Readme.md index b9ac181..d24a2e8 100644 --- a/Readme.md +++ b/Readme.md @@ -35,6 +35,9 @@ and break it down into multiple JSON schemas, stored in github at Kubeconform relies on [a fork of kubernetes-json-schema](https://github.com/yannh/kubernetes-json-schema/) that is more aggressively kept up-to-date, and contains schemas for all recent versions of Kubernetes. +![Architecture diagram](https://raw.githubusercontent.com/royhadad/kubeconform/add_architecture_diagram/architecture_diagram_lightmode.png#gh-light-mode-only) +![Architecture diagram](https://raw.githubusercontent.com/royhadad/kubeconform/add_architecture_diagram/architecture_diagram_darkmode.png#gh-dark-mode-only) + ### Limits of Kubeconform validation Kubeconform, similarly to kubeval, only validates manifests using the OpenAPI specifications. In some diff --git a/architecture_diagram_darkmode.png b/architecture_diagram_darkmode.png new file mode 100644 index 0000000..f5dff75 Binary files /dev/null and b/architecture_diagram_darkmode.png differ diff --git a/architecture_diagram_lightmode.png b/architecture_diagram_lightmode.png new file mode 100644 index 0000000..c659852 Binary files /dev/null and b/architecture_diagram_lightmode.png differ