Set PostgreSQL Credentials :: Kloudfuse Docs
Set PostgreSQL Credentials
- Set a Kubernetes Secret named
kfuse-pg-credentialswhich will set the password
kubectl create secret generic kfuse-pg-credentials \
--from-literal=postgres=<password>
kfuse-pg-credentials which will set the passwordkubectl create secret generic kfuse-pg-credentials \
--from-literal=postgres=<password>