Skip to content

Commit 4986d8c

Browse files
varun257antleblanc
authored andcommitted
fix(pci.project.kubernetes.add): increase retryMaxAttempts to 6 (#1052)
ref: MBP-483
1 parent f6cbcf9 commit 4986d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/manager/modules/pci/src/projects/project/kubernetes/add/add.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default class {
6363
{},
6464
{
6565
method: 'get',
66+
retryMaxAttempts: 6,
6667
successRule: {
6768
status: READY_STATUS,
6869
},

0 commit comments

Comments
 (0)