Skip to content

Commit 10f23af

Browse files
committed
charts: update providers to support caa restarts
Add missing configs in helm charts to support caa restarts Signed-off-by: Thejas N <thn@redhat.com>
1 parent 27282cb commit 10f23af

11 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/cloud-api-adaptor/install/charts/peerpods/providers/alibabacloud.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")

src/cloud-api-adaptor/install/charts/peerpods/providers/aws.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

src/cloud-api-adaptor/install/charts/peerpods/providers/azure.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/byom.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/gcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/ibmcloud.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/ibmcloudpowervs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/libvirt.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

src/cloud-api-adaptor/install/charts/peerpods/providers/vsphere.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: "")

0 commit comments

Comments
 (0)