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: .header.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ scales up and down by allowing Kubernetes to modify the Amazon EC2 Auto Scaling
140
140
141
141
A basic logging and monitoring stack containing Prometheus, Grafana, Loki and Promtail is available at the following URL: `https://monitoring.{domain_name}`
142
142
143
-
To retrieve the Grafana administrative credentials, run the following command:
143
+
To retrieve the Grafana administrative credentials (with `admin` username), run the following command:
144
144
145
145
```
146
146
terraform output -json grafana_admin_password
@@ -208,10 +208,9 @@ Otherwise, you will need to manually remove some finalizers in the namespace and
208
208
To clean up your environment, run the following commands:
Copy file name to clipboardexpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ scales up and down by allowing Kubernetes to modify the Amazon EC2 Auto Scaling
141
141
142
142
A basic logging and monitoring stack containing Prometheus, Grafana, Loki and Promtail is available at the following URL: `https://monitoring.{domain_name}`
143
143
144
-
To retrieve the Grafana administrative credentials, run the following command:
144
+
To retrieve the Grafana administrative credentials (with `admin` username), run the following command:
145
145
146
146
```
147
147
terraform output -json grafana_admin_password
@@ -209,10 +209,9 @@ Otherwise, you will need to manually remove some finalizers in the namespace and
209
209
To clean up your environment, run the following commands:
@@ -287,7 +287,7 @@ After you deploy this Partner Solution, confirm that your resources and services
287
287
| <a name="input_eks_cluster_name_prefix"></a> [eks\_cluster\_name\_prefix](#input\_eks\_cluster\_name\_prefix) | EKS name prefix for the new cluster | `string` | `"mendix-eks"` | no |
288
288
| <a name="input_eks_node_instance_type"></a> [eks\_node\_instance\_type](#input\_eks\_node\_instance\_type) | EKS instance type | `string` | `"t3.medium"` | no |
289
289
| <a name="input_environments_internal_names"></a> [environments\_internal\_names](#input\_environments\_internal\_names) | List of internal environments names | `list(string)` | <pre>[<br> "app1"<br>]</pre> | no |
290
-
| <a name="input_mendix_operator_version"></a> [mendix\_operator\_version](#input\_mendix\_operator\_version) | Mendix Private Cloud Operator version | `string` | `"2.12.0"` | no |
290
+
| <a name="input_mendix_operator_version"></a> [mendix\_operator\_version](#input\_mendix\_operator\_version) | Mendix Private Cloud Operator version | `string` | `"2.13.0"` | no |
291
291
| <a name="input_postgres_version"></a> [postgres\_version](#input\_postgres\_version) | The version of Postgres that terraform would create. | `string` | `"14.8"` | no |
0 commit comments