Skip to content

Commit

Permalink
Fixing an oops; postgres not postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 16, 2023
1 parent aed03f3 commit 8ac683c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/workloads/gitea/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components:
helmCharts:
- name: gitea
releaseName: gitea
namespace: gitea
namespace: git
repo: https://dl.gitea.io/charts
version: 9.4.0
valuesFile: values.yaml
2 changes: 1 addition & 1 deletion manifests/workloads/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gitea:
APP_NAME: "Not Your Mommas's GitHub"
additionalConfigFromEnvs:
- name: GITEA__DATABASE__DB_TYPE
value: postgresql
value: postgres
- name: GITEA__DATABASE__HOST
value: gitdb-rw.git.svc.cluster.local:5432
- name: GITEA__DATABASE__NAME
Expand Down

0 comments on commit 8ac683c

Please sign in to comment.