mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
fix password
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -14,4 +14,4 @@ data:
|
||||
MONGODB_HOST: "mongodb.mongodb"
|
||||
MONGODB_DATABASE_CREDENTIALS: "admin"
|
||||
MONGODB_USERNAME: "root"
|
||||
MONGODB_PASSWORD: "yourmongodbpassword"
|
||||
MONGODB_PASSWORD: "yourpassword"
|
||||
Reference in New Issue
Block a user