Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter136 committed May 1, 2024
1 parent 9e77ea5 commit 160c367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/cluster-software/database/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
template:
engineVersion: v2
data:
password: '{{ .PG_PASSWORD }}'
password: '{{ .POSTGRES_SUPER_PASS }}'
username: "postgres"
dataFrom:
- extract:
Expand Down
2 changes: 1 addition & 1 deletion terraform/talos/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ variable "talos_version" {

variable "apply_mode" {
type = string
default = "staged"
default = "auto"
}

0 comments on commit 160c367

Please sign in to comment.