modified: .devcontainer/devcontainer.json
modified: deploy/app/helm-values.yaml
This commit is contained in:
@@ -28,7 +28,7 @@ valkey:
|
||||
architecture: standalone
|
||||
global:
|
||||
valkey:
|
||||
password: "???"
|
||||
password: "" # !!! set on values.private.yaml
|
||||
|
||||
# Disable NetworkPolicy creation in the Bitnami valkey subchart.
|
||||
# This deployment runs inside a controlled namespace where network
|
||||
@@ -98,10 +98,10 @@ postgresql:
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
postgresPassword: "???"
|
||||
password: "???"
|
||||
database: "???"
|
||||
username: "???"
|
||||
postgresPassword: "" # !!! set on values.private.yaml
|
||||
password: "" # !!! set on values.private.yaml
|
||||
database: "" # !!! set on values.private.yaml
|
||||
username: "" # !!! set on values.private.yaml
|
||||
|
||||
serviceAccount:
|
||||
# serviceAccount resources are owned and managed by the Infrastructure layer.
|
||||
|
||||
Reference in New Issue
Block a user