fix password

This commit is contained in:
Cedric Verstraeten
2024-08-09 09:16:02 +02:00
parent 0a6e124455
commit 204e751b32
2 changed files with 2 additions and 2 deletions

View File

@@ -76,4 +76,4 @@ Create the config map in the `kerberos-vault` namespace.
To install the Kerberos Vault web app inside your cluster, simply execute below `kubectl` command. This will create the deployment for us with the necessary configurations, and exposed it on internal/external IP address, thanks to our `LoadBalancer` MetalLB or cloud provider.
kubectl apply -f ./kerberos-vault/deployment.yaml -n kerberos-vault
kubectl apply -f ./kerberos-vault-deployment.yaml -n kerberos-vault

View File

@@ -14,4 +14,4 @@ data:
MONGODB_HOST: "mongodb.mongodb"
MONGODB_DATABASE_CREDENTIALS: "admin"
MONGODB_USERNAME: "root"
MONGODB_PASSWORD: "yourmongodbpassword"
MONGODB_PASSWORD: "yourpassword"