Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo kubectl get secret smartfacts-keycloak-admin-secret -o 'go-template={{index .data "KEYCLOAK_PASPASSWORD"}}' -n smartfacts | base64 -d; echo ""

Postgres Password – How to Fix the "'global.postgresql.auth.postgresPassword' must not be empty" Error

...