Skip to content

Commit

Permalink
fix: reverted changes no longer desired based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 committed Sep 24, 2024
1 parent 83ccb68 commit dc5b448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ postgres:
cluster-name: pg-cluster
namespace: postgres
port: 5432
username: "###ZARF_VAR_JIRA_DB_USERNAME###"
password: "###ZARF_VAR_JIRA_DB_PASSWORD###"
username: "jira"
password: ""

sso:
enabled: true
Expand Down
6 changes: 0 additions & 6 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ variables:
default: "postgres"
- name: DOMAIN
default: "uds.dev"
- name: JIRA_DB_PASSWORD
description: "Password will be added to jira-postgres secret and loaded in for connection credentials."
default: "replace-me"
- name: JIRA_DB_USERNAME
description: "Username will be added to jira-postgres secret and loaded in for connection credentials."
default: "replace-me"

components:
- name: jira
Expand Down

0 comments on commit dc5b448

Please sign in to comment.