fix(deploy): change default password for admin user

This commit is contained in:
Philippe Caseiro 2023-04-24 14:26:32 +02:00
parent 83c67eb4bf
commit 3bb9244220
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
charts/

View File

@ -31,3 +31,7 @@ helmCharts:
value: "$(AIRFLOW_DATABASE_SERVICE_NAME)-rw"
- name: "DB_SERVICE_PORT"
value: "5432"
webserver:
defaultUser:
username: admin
password: NotSoSecret