Skip to content

Commit e15994f

Browse files
authored
Update README.md
1 parent 402567b commit e15994f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,9 @@ cnpgCluster:
9292
9393
### Using the test app
9494
95-
The test app may be enabled by certificates as well as setting `testApp.enabled` to `true` in the values.yaml.
95+
The test app may be enabled by certificates as well as setting `testApp.enabled=true` in your helm parameters or in the `values.yaml` like this:
96+
```yaml
97+
testApp:
98+
enabled: true
99+
```
96100
This will create a very basic Deployment of `ghcr.io/cloudnative-pg/webtest` [as described in the official docs](https://cloudnative-pg.io/docs/1.28/ssl_connections#testing-the-connection-via-a-tls-certificate) that attempts to connect to your postgres cluster using full mTLS.

0 commit comments

Comments
 (0)