diff --git a/README.md b/README.md index 3bb42dc..1f5ea7b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **Vault Initializer** is a hacky way of obtaining HA of Vault service deployed with *Consul* as a storage backend. This is deployed as a deployment in kubernetes alongside the same namespace where the Vault pods are running. This is necessary as the *vault initializer* uses the pod's native IP address to directly communicate and makes the HA. +![](vault-initializer.png) + ## Pre-requisite There are few pre-requisites needed for this deployment to work properly. This service needs a config-map with certain values in a pre-defined format. The sample config map looks like diff --git a/vault-initializer.png b/vault-initializer.png new file mode 100644 index 0000000..d0d8d6b Binary files /dev/null and b/vault-initializer.png differ