Skip to content

Commit

Permalink
DEVOPS-28607 pass env into configmap (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells authored Oct 9, 2024
1 parent 7ee230f commit 0e4c7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/db-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ controllerConfig:
defaultDeletionPolicy: orphan
dynamicHostWaitTimeMin: 1
enablePerfInsight: true
env: '{{ .Values.env | required ".Values.env must be specified" }}'
# Possible values for enableCloudwatchLogsExport are all, none, postgresql and upgrade.
enableCloudwatchLogsExport: "none"
providerConfig: default
Expand Down

0 comments on commit 0e4c7c5

Please sign in to comment.