diff --git a/README.microk8s.md b/README.microk8s.md index 9c38167..79309b5 100644 --- a/README.microk8s.md +++ b/README.microk8s.md @@ -287,6 +287,8 @@ ssh -L 8080:localhost:30080 user@server-ip -p 22 With the Kerberos Vault installed, we can proceed to configure the various components. Currently, this must be done through the Kerberos Vault UI, but we plan to make it configurable via environment variables, eliminating the need for manual UI configurations. +![Configure Vault](./assets/images/configure-vault.gif) + - Navigate to the `Storage Providers` menu and select the (+ Add Storage Provider) button. A modal will appear where you can input the required details. After entering the information, click the "Verify" button to ensure the configuration is valid. Once you receive a "Configuration is valid and working" message, click the "Add Storage Provider" button to complete the process. - Minio diff --git a/assets/images/configure-vault.gif b/assets/images/configure-vault.gif new file mode 100644 index 0000000..bd5de74 Binary files /dev/null and b/assets/images/configure-vault.gif differ