Skip to content

Commit 443575f

Browse files
committed
Add TLS to example custom resource.
1 parent 07313eb commit 443575f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ spec:
6868
value: "production.tmprl.cloud:7233"
6969
- name: TEMPORAL_NAMESPACE
7070
value: "production"
71+
- name: TEMPORAL_TLS_CLIENT_CERT_PATH
72+
value: "/path/to/temporal.cert"
73+
- name: TEMPORAL_TLS_CLIENT_KEY_PATH
74+
value: "/path/to/temporal.key"
7175
# No versioning environment variables
7276
```
7377

0 commit comments

Comments
 (0)