-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Zakrzewski
authored and
John Zakrzewski
committed
Feb 5, 2025
1 parent
b2719a1
commit 248a0ef
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Enabling TLS | ||
|
||
1. Build components from [rest_tls][rest_tls] branch in control plane | ||
- ```./scripts/release.sh --registry <registry url> --alias-tag <tag> --image rest operators.diskpool agents.core``` | ||
1. set tls.enabled to true [here][enableTls] | ||
|
||
|
||
[enableTls]: https://github.com/Johnaius/mayastor-extensions/blob/tls/chart/values.yaml#L94-L95 | ||
[rest_tls]: https://github.com/Johnaius/mayastor-control-plane/tree/rest_tls |