diff --git a/README.md b/README.md index ab20234..0a1752d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mongodb-config.yaml b/mongodb-config.yaml index ffeb160..3dc6517 100644 --- a/mongodb-config.yaml +++ b/mongodb-config.yaml @@ -14,4 +14,4 @@ data: MONGODB_HOST: "mongodb.mongodb" MONGODB_DATABASE_CREDENTIALS: "admin" MONGODB_USERNAME: "root" - MONGODB_PASSWORD: "yourmongodbpassword" \ No newline at end of file + MONGODB_PASSWORD: "yourpassword" \ No newline at end of file