Skip to content

Commit

Permalink
fix: Update password policy in chart test
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau committed Nov 25, 2024
1 parent f4e4731 commit 38c780e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ helm install my-platform conduktor/console \
--create-namespace -n conduktor \
--set config.organization.name="my-org" \
--set config.admin.email="[email protected]" \
--set config.admin.password="admin" \
--set config.admin.password="Admin123!" \
--set config.database.password="postgres" \
--set config.database.username="postgres" \
--set config.database.host="postgresql" \
Expand Down
2 changes: 1 addition & 1 deletion charts/console/ci/01-basic-no-monitoring-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config:
name: conduktor
admin:
email: [email protected]
password: admin
password: testP4ss!

database:
name: platform
Expand Down
2 changes: 1 addition & 1 deletion charts/console/ci/02-pod-tls-selfsigned-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config:
name: conduktor
admin:
email: [email protected]
password: admin
password: testP4ss!

database:
name: platform
Expand Down
2 changes: 1 addition & 1 deletion charts/console/ci/03-pod-tls-existingSecret-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config:
name: conduktor
admin:
email: [email protected]
password: admin
password: testP4ss!

database:
name: platform
Expand Down
4 changes: 2 additions & 2 deletions charts/console/ci/04-credentials-from-secret-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config:
name: conduktor
admin:
email: [email protected]
password: admin
password: testP4ss!

database:
name: platform
Expand Down Expand Up @@ -45,7 +45,7 @@ tests:
stringData:
CDK_ORGANIZATION_NAME: conduktor
CDK_ADMIN_EMAIL: [email protected]
CDK_ADMIN_PASSWORD: admin
CDK_ADMIN_PASSWORD: testP4ss!
CDK_DATABASE_USERNAME: postgres
- name: cdkt-test-04-extra
type: Opaque
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config:
name: conduktor
admin:
email: [email protected]
password: admin
password: testP4ss!

database:
name: platform
Expand Down
2 changes: 1 addition & 1 deletion charts/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ tests:
# stringData:
# CDK_ORGANIZATION_NAME: conduktor
# CDK_ADMIN_EMAIL: [email protected]
# CDK_ADMIN_PASSWORD: admin
# CDK_ADMIN_PASSWORD: Admin123!
# CDK_DATABASE_PASSWORD: conduktor123
# CDK_DATABASE_USERNAME: postgres
secrets: []

0 comments on commit 38c780e

Please sign in to comment.