You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| global.disablePostgresForEventbus | string | `"true"` | Disables saving events from eventbus into postgres. When it is set to “false” all events (workflows, jobs, user etc.) from eventbus are starting saving to postgres and following services (charts-manager, cluster-providers, context-manager, cfapi, cf-platform-analytics, gitops-dashboard-manager, pipeline-manager, kube-integration, tasker-kubernetes, runtime-environment-manager) start requiring postgres connection. |
Copy file name to clipboardExpand all lines: charts/codefresh/values.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,13 @@ global:
138
138
# -- Application protocol.
139
139
appProtocol: https
140
140
141
+
# -- Set postgres schema name for audit database in plain text.
142
+
auditPostgresSchemaName: "public"
143
+
144
+
# -- Disables saving events from eventbus into postgres.
145
+
# When it is set to “false” all events (workflows, jobs, user etc.) from eventbus are starting saving to postgres and following services (charts-manager, cluster-providers, context-manager, cfapi, cf-platform-analytics, gitops-dashboard-manager, pipeline-manager, kube-integration, tasker-kubernetes, runtime-environment-manager) start requiring postgres connection.
146
+
disablePostgresForEventbus: "true"
147
+
141
148
# -- Firebase URL for logs streaming in plain text
0 commit comments