Skip to content

Commit

Permalink
fix(docs): use non-deprecated ssl_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski authored and byashimov committed Jun 25, 2024
1 parent 36f3089 commit 78e9b41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
password: password
host: example.example
port: 5432
ssl_mode: disable
ssl_mode: require
10 changes: 5 additions & 5 deletions docs/docs/api-reference/serviceintegrationendpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ title: "ServiceIntegrationEndpoint"
authSecretRef:
name: aiven-token
key: token

project: aiven-project-name
endpointName: my-external-postgresql
endpointType: external_postgresql

externalPostgresql:
username: username
password: password
host: example.example
port: 5432
ssl_mode: disable
ssl_mode: require
```

??? example "external_schema_registry"
Expand All @@ -37,11 +37,11 @@ title: "ServiceIntegrationEndpoint"
authSecretRef:
name: aiven-token
key: token

project: aiven-project-name
endpointName: my-external-schema-registry
endpointType: external_schema_registry

externalSchemaRegistry:
url: https://schema-registry.example.com:8081
authentication: basic
Expand Down

0 comments on commit 78e9b41

Please sign in to comment.