From 3bb92442205af47af3883c57797e7ca7a3cc517a Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 24 Apr 2023 14:26:32 +0200 Subject: [PATCH] fix(deploy): change default password for admin user --- .gitignore | 1 + kustomization.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee3892e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +charts/ diff --git a/kustomization.yaml b/kustomization.yaml index e24e68c..5b821ba 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -31,3 +31,7 @@ helmCharts: value: "$(AIRFLOW_DATABASE_SERVICE_NAME)-rw" - name: "DB_SERVICE_PORT" value: "5432" + webserver: + defaultUser: + username: admin + password: NotSoSecret