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 55
55
{ {- if .kubernetesPlatform } }
56
56
kubernetesPlatform: { { .kubernetesPlatform | quote } }
57
57
{ {- end } }
58
+ { {- if .domainPresenceFailureRetryMaxCount } }
59
+ domainPresenceFailureRetryMaxCount: { { .domainPresenceFailureRetryMaxCount | quote } }
60
+ { {- end } }
61
+ { {- if .domainPresenceFailureRetrySeconds } }
62
+ domainPresenceFailureRetrySeconds: { { .domainPresenceFailureRetrySeconds | quote } }
63
+ { {- end } }
58
64
kind: "ConfigMap"
59
65
metadata:
60
66
labels:
Original file line number Diff line number Diff line change @@ -222,3 +222,9 @@ clusterSizePaddingValidationEnabled: true
222
222
# to the Domain resource so that it is done using the caller's privileges.
223
223
# The default value is false.
224
224
# 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