File tree Expand file tree Collapse file tree
src/cloud-api-adaptor/install/charts/peerpods Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ providerConfigs:
6161 # base directory for pod directories
6262 # (default: "")
6363 # PODS_DIR: ""
64+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
6465
6566 # Pod VM instance type
6667 # (default: "ecs.g8i.xlarge")
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ providerConfigs:
6565 # base directory for pod directories
6666 # (default: "")
6767 # PODS_DIR: ""
68+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
6869
6970 # Pod VM ami id
7071 # (required)
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ providerConfigs:
8989 # base directory for pod directories
9090 # (default: "")
9191 # PODS_DIR: ""
92+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
9293
9394 # [EXPERIMENTAL] Comma separated CIDRs for local pod subnets
9495 # (default: "")
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ providerConfigs:
5353 # base directory for pod directories
5454 # (default: "")
5555 # PODS_DIR: ""
56+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
5657
5758 # [EXPERIMENTAL] Comma separated CIDRs for local pod subnets
5859 # (default: "")
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ providerConfigs:
7878 # base directory for pod directories
7979 # (default: "")
8080 # PODS_DIR: ""
81+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
8182
8283 # [EXPERIMENTAL] Comma separated CIDRs for local pod subnets
8384 # (default: "")
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ providerConfigs:
8585 # base directory for pod directories
8686 # (default: "")
8787 # PODS_DIR: ""
88+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
8889
8990 # Pod VM image name
9091 # (default: "")
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ providerConfigs:
109109 # base directory for pod directories
110110 # (default: "")
111111 # PODS_DIR: ""
112+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
112113
113114 # [EXPERIMENTAL] Comma separated CIDRs for local pod subnets
114115 # (default: "")
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ providerConfigs:
4949 # base directory for pod directories
5050 # (default: "")
5151 # PODS_DIR: ""
52+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
5253
5354 # [EXPERIMENTAL] Comma separated CIDRs for local pod subnets
5455 # (default: "")
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ providerConfigs:
9090 # base directory for pod directories
9191 # (default: "")
9292 # PODS_DIR: ""
93+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
9394
9495 # [EXPERIMENTAL] Comma separated CIDRs for local pod subnets
9596 # (default: "")
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ providerConfigs:
7777 # base directory for pod directories
7878 # (default: "")
7979 # PODS_DIR: ""
80+ # TLS_MATERIAL_PATH: "/run/peerpod/tls-material.json"
8081
8182 # Maximum timeout in minutes for establishing agent proxy connection
8283 # (default: "")
You can’t perform that action at this time.
0 commit comments