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