Skip to content

Commit

Permalink
update backofflimit
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Dec 9, 2024
1 parent 0481af9 commit c4223cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,6 @@ spec:
path: tests.py
defaultMode: 420
optional: false
backoffLimit: 4
backoffLimit: 10

{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,16 @@ rules:
- list
apiGroups:
- "apps.mas.ibm.com"
- "route.openshift.io"
- ""
resources:
- manageworkspace
- manageapp
- manageworkspaces
- manageapps
- routes
- secrets

- verbs:
- get
- list
Expand Down Expand Up @@ -306,7 +311,7 @@ data:
api_key = get_api_key(user_id, client_cert, session, manage_host_ca_filepath)
logger.info(f"GENERATED MXAPIKEY for {user_id} is: " + api_key)
user_api_key = api_key
yeild api_key
yield api_key
else:
logger.info("Failed to Create APIKEY: " + user_id)
logger.info(resp.status_code)
Expand Down Expand Up @@ -2048,7 +2053,7 @@ spec:
path: tests.py
defaultMode: 420
optional: false
backoffLimit: 4
backoffLimit: 10

{{- end }}
{{- end }}

0 comments on commit c4223cc

Please sign in to comment.