Skip to content

Commit

Permalink
fix(charts): spaces before comments
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf committed Oct 20, 2023
1 parent 8fd0ec8 commit a164a3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/portals/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ environment:
APP_URL: https://portals.fsr5.de
TUTOR_PASSWORD: password # insert secret password here
ADMIN_PASSWORD: admin # insert secret password here
APP_PUBLIC_API_SECRET: secret # insert secret password here
AWS_ACCESS_KEY_ID: secret # insert aws data here
AWS_SECRET_ACCESS_KEY: secret # insert aws data here
AWS_DEFAULT_REGION: eu-central-1 # insert aws region here
AWS_BUCKET: fsr5-fhaachen-portals # insert bucket name here
APP_PUBLIC_API_SECRET: secret # insert secret password here
AWS_ACCESS_KEY_ID: secret # insert aws data here
AWS_SECRET_ACCESS_KEY: secret # insert aws data here
AWS_DEFAULT_REGION: eu-central-1 # insert aws region here
AWS_BUCKET: fsr5-fhaachen-portals # insert bucket name here
AWS_USE_PATH_STYLE_ENDPOINT: false
DB_CONNECTION: pgsql
DB_HOST: # insert db host here
Expand Down
10 changes: 5 additions & 5 deletions charts/strichlistensystem/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ environment:
APP_KEY: # insert app key here
APP_DEBUG: "false"
APP_URL: https://strichlistensystem.fsr5.de
CSV_EXPORT_PW: password # insert secret password here
APP_IS_VPN: false # set to true if app is behind vpn and the general overview should be loaded
APP_PORTALS_URL: https://portals.fsr5.de # insert portals url here
APP_PORTALS_API_SECRET: secret # insert secret password from portals here
APP_PORTALS_IMPORT_PW: 123 # insert secret password here
CSV_EXPORT_PW: password # insert secret password here
APP_IS_VPN: false # set to true if app is behind vpn and the general overview should be loaded
APP_PORTALS_URL: https://portals.fsr5.de # insert portals url here
APP_PORTALS_API_SECRET: secret # insert secret password from portals here
APP_PORTALS_IMPORT_PW: 123 # insert secret password here
TELEGRAM_BOT_TOKEN: ""
TELEGRAM_BOT_INFO_CHANNEL_ID: ""
TELEGRAM_BOT_WARNING_CHANNEL_ID: ""
Expand Down

0 comments on commit a164a3c

Please sign in to comment.