Skip to content

Commit

Permalink
fix: add prefix to helm values
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Oct 27, 2023
1 parent 090c1df commit d31c830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/_src/production/cp-deployment/multi-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Please read [Kubernetes](https://kubernetes.io/docs/setup/production-environment

{% endtip %}

1. Set `controlPlane.environment=universal` and `controlPlane.mode=global` in the chart (`values.yaml`).
1. Create a `values.yaml` file with: `{{site.set_flag_values_prefix}}controlPlane.environment=universal` and `{{site.set_flag_values_prefix}}controlPlane.mode=global` in the chart (`values.yaml`).

Check notice on line 63 in app/_src/production/cp-deployment/multi-zone.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/_src/production/cp-deployment/multi-zone.md#L63

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/_src/production/cp-deployment/multi-zone.md", "range": {"start": {"line": 63, "column": 1}}}, "severity": "INFO"}

1. Define Kubernetes secrets with database sensitive information

Expand Down Expand Up @@ -103,6 +103,7 @@ Please read [Kubernetes](https://kubernetes.io/docs/setup/production-environment
1. Optionally set `postgres` with TLS settings

```yaml
...
# Postgres' settings for universal control plane on k8s
postgres:
# -- Postgres port, password should be provided as a secret reference in "controlPlane.secrets"
Expand Down

0 comments on commit d31c830

Please sign in to comment.