Update index.md

This commit is contained in:
Cédric Verstraeten
2022-02-23 22:13:43 +01:00
committed by GitHub
parent e85c25ecc3
commit 1a8af99606

View File

@@ -92,6 +92,11 @@ Modify the MongoDB credentials in the configmap `./vault/yaml/mongodb.config.yam
- name: MONGODB_PASSWORD
--> value: "yourmongodbpassword"
Create namespace
kubectl create namespace kerberos-vault
Create the config map.
kubectl apply -f ./vault/yaml/mongodb.config.yaml -n kerberos-vault