Skip to content

Commit fc55066

Browse files
PWX-37634 : Added internalHostnameLookupRetryCount in px-telemetry-register configmap (#1584)
* Added internalHostnameLookupRetryCount in px-telemetry-register configmap Signed-off-by: hitesh-wani-px <[email protected]> * Fixed testcases Signed-off-by: hitesh-wani-px <[email protected]> --------- Signed-off-by: hitesh-wani-px <[email protected]>
1 parent e936648 commit fc55066

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/ccm/config_properties_px.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ envoy:
2626
cloud:
2727
auth:
2828
version: "1.0"
29+
internalHostnameLookupRetryCount: 3
2930
productName: "portworx"
3031
certStoreType: "k8s"
3132
k8s:

drivers/storage/portworx/testspec/ccmGoRegisterConfigMap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ data:
3838
cloud:
3939
auth:
4040
version: "1.0"
41+
internalHostnameLookupRetryCount: 3
4142
productName: "portworx"
4243
certStoreType: "k8s"
4344
k8s:

0 commit comments

Comments
 (0)