Skip to content

Commit

Permalink
[ONPREM-1379] PRO-API Правки типа объекта values (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprudnikov3 authored Jan 9, 2025
1 parent e9c0308 commit dff309a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pro-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
| `postgres.api.rw.name` | PostgreSQL database name. **Required** | `""` |
| `postgres.api.rw.username` | PostgreSQL username. **Required** | `""` |
| `postgres.api.rw.password` | PostgreSQL password. **Required** | `""` |
| `postgres.api.ro` | Settings for the read-only access. | `[]` |
| `postgres.api.ro` | Settings for the read-only access. | `{}` |

### Kafka settings (supported version 2.7)

Expand Down
4 changes: 2 additions & 2 deletions charts/pro-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ postgres:
name: ''
username: ''
password: ''
ro: []
ro: {}

# @skip postgres.tasks
tasks:
Expand All @@ -513,7 +513,7 @@ postgres:
name: ''
username: ''
password: ''
ro: []
ro: {}

# @section Kafka settings (supported version 2.7)

Expand Down

0 comments on commit dff309a

Please sign in to comment.