Skip to content

Commit

Permalink
Removed variables accidentally re-added and comments no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Thomas committed Feb 16, 2024
1 parent a11fa30 commit c9285e2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1310,21 +1310,9 @@ pulsar_manager:
configData:
REDIRECT_HOST: "http://127.0.0.1"
REDIRECT_PORT: "9527"
## DRIVER_CLASS_NAME, URL, USERNAME, and PASSWORD set the datasource connection parameters, the values
## of which have been effectively hardcoded by the container's startup procedure. Changing them
## will probably break pulsar manager, unless you've also customized the image, database, and/or
## database init script.
DRIVER_CLASS_NAME: org.postgresql.Driver
URL: jdbc:postgresql://127.0.0.1:5432/pulsar_manager
USERNAME: pulsar
PASSWORD: pulsar
LOG_LEVEL: DEBUG
## If you enabled authentication support
## JWT_TOKEN: <token>
## SECRET_KEY: data:base64,<secret key>

# the pulsar manager image relies on these variables, if they are not set the backend will keep crashing
# however, feel free to overwrite them
SPRING_CONFIGURATION_FILE: "/pulsar-manager/pulsar-manager/application.properties"
PULSAR_MANAGER_OPTS: " -Dlog4j2.formatMsgNoLookups=true"
volumes:
Expand Down

0 comments on commit c9285e2

Please sign in to comment.