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
## examples if using our certificates features of this chart.
116
-
## NOTE: app-postgres should be replaced with whatever you set Values.name to
117
-
serverTLSSecret: "app-postgres-server-cert"
118
-
serverCASecret: "app-postgres-server-ca-key-pair"
119
-
clientCASecret: "app-postgres-client-ca-key-pair"
120
-
replicationTLSSecret: "app-postgres-client-cert"
121
-
122
-
cluster:
123
-
initdb:
124
-
# -- replace this with your database name
125
-
database: app
126
-
# -- replace this with your database username
127
-
owner: app
107
+
# -- replace this with your database name
108
+
database: app
109
+
# -- replace this with your database username
110
+
owner: app
128
111
```
129
112
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.
| name | string |`"app-postgres"`| name to use for templating certs |
49
+
| testApp.database | string |`"app"`| this is required for testing the application. please change to your database name in your postgresql clsuter |
49
50
| testApp.enabled | bool |`false`||
51
+
| testApp.owner | string |`"app"`| this is required for testing the application. please change to your database's username in your postgresql clsuter |
50
52
51
53
----------------------------------------------
52
54
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments