refactor: try using relative path instead of remote path for architecture diagrams

This commit is contained in:
Roy Hadad 2022-06-21 15:07:00 +03:00
parent 975017d9ea
commit d8e7c7a754

View file

@ -35,8 +35,8 @@ 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/architecture_diagram_lightmode.png#gh-light-mode-only)
![Architecture diagram](https://raw.githubusercontent.com/royhadad/kubeconform/add_architecture_diagram/architecture_diagram/architecture_diagram_darkmode.png#gh-dark-mode-only)
![Architecture diagram](./architecture_diagram/architecture_diagram_lightmode.png#gh-light-mode-only)
![Architecture diagram](./architecture_diagram/architecture_diagram_darkmode.png#gh-dark-mode-only)
### Limits of Kubeconform validation