fix(deploy): change default password for admin user
This commit is contained in:
parent
83c67eb4bf
commit
3bb9244220
|
@ -0,0 +1 @@
|
|||
charts/
|
|
@ -31,3 +31,7 @@ helmCharts:
|
|||
value: "$(AIRFLOW_DATABASE_SERVICE_NAME)-rw"
|
||||
- name: "DB_SERVICE_PORT"
|
||||
value: "5432"
|
||||
webserver:
|
||||
defaultUser:
|
||||
username: admin
|
||||
password: NotSoSecret
|
||||
|
|
Loading…
Reference in New Issue