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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,9 @@ See [Use OCI-based registries](https://helm.sh/docs/topics/registries/)
81
81
82
82
**Important:** only helm 3.8.0+ is supported
83
83
84
+
> ⚠️ The default chart configuration with embedded databases is **not intended for production usage**! You should use Cloud PaaS for MongoDB, PostgreSQL, Redis and RabbitMQ.
85
+
See [Configuring external services](#configuring-external-services) section for details.
86
+
84
87
Edit default `values.yaml` or create empty `cf-values.yaml`
85
88
86
89
- Pass `sa.json` (as a single line) to `.Values.imageCredentials.password`
@@ -224,7 +227,7 @@ The chart contains required dependencies for the corresponding services
However, you might need to use external services like [MongoDB Atlas Database](https://www.mongodb.com/atlas/database) or [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/). In order to use them, adjust the values accordingly:
230
+
To use external services like [MongoDB Atlas Database](https://www.mongodb.com/atlas/database) or [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) you need to adjust the values accordingly:
228
231
229
232
#### External MongoDB
230
233
@@ -2457,7 +2460,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
2457
2460
| argo-platform.runtime-monitor | object | See below | runtime-monitor Don't enable! Not used in onprem! |
Copy file name to clipboardExpand all lines: README.md.gotmpl
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ See [Use OCI-based registries](https://helm.sh/docs/topics/registries/)
82
82
83
83
**Important:** only helm 3.8.0+ is supported
84
84
85
+
> ⚠️ The default chart configuration with embedded databases is **not intended for production usage**! You should use Cloud PaaS for MongoDB, PostgreSQL, Redis and RabbitMQ.
86
+
See [Configuring external services](#configuring-external-services) section for details.
87
+
85
88
Edit default `values.yaml` or create empty `cf-values.yaml`
86
89
87
90
- Pass `sa.json` (as a single line) to `.Values.imageCredentials.password`
@@ -225,7 +228,7 @@ The chart contains required dependencies for the corresponding services
However, you might need to use external services like [MongoDB Atlas Database](https://www.mongodb.com/atlas/database) or [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/). In order to use them, adjust the values accordingly:
231
+
To use external services like [MongoDB Atlas Database](https://www.mongodb.com/atlas/database) or [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) you need to adjust the values accordingly:
0 commit comments