File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
kubernetes/charts/weblogic-operator Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5555 { {- if .kubernetesPlatform } }
5656 kubernetesPlatform: { { .kubernetesPlatform | quote } }
5757 { {- end } }
58+ { {- if .domainPresenceFailureRetryMaxCount } }
59+ domainPresenceFailureRetryMaxCount: { { .domainPresenceFailureRetryMaxCount | quote } }
60+ { {- end } }
61+ { {- if .domainPresenceFailureRetrySeconds } }
62+ domainPresenceFailureRetrySeconds: { { .domainPresenceFailureRetrySeconds | quote } }
63+ { {- end } }
5864kind: "ConfigMap"
5965metadata:
6066 labels:
Original file line number Diff line number Diff line change @@ -222,3 +222,9 @@ clusterSizePaddingValidationEnabled: true
222222# to the Domain resource so that it is done using the caller's privileges.
223223# The default value is false.
224224# tokenReviewAuthentication: false
225+
226+ # domainPresenceFailureRetryMaxCount and domainPresenceFailureRetrySeconds specify the number of introspector job
227+ # retries for a Domain and the interval in seconds between these retries, respectively.
228+ # Defaults to 5 retries and 10 seconds between each retry.
229+ # domainPresenceFailureRetryMaxCount: 5
230+ # domainPresenceFailureRetrySeconds: 10
You can’t perform that action at this time.
0 commit comments