|
|
@@ -11,6 +11,14 @@ spec:
|
|
|
# Optional
|
|
|
controller: dev
|
|
|
|
|
|
+ # You can specify retry settings for the http connection
|
|
|
+ # these fields allow you to set a maxRetries before failure, and
|
|
|
+ # an interval between the retries.
|
|
|
+ # Current supported providers: IBM
|
|
|
+ retrySettings:
|
|
|
+ maxRetries: 5
|
|
|
+ retryInterval: "10s"
|
|
|
+
|
|
|
# provider field contains the configuration to access the provider
|
|
|
# which contains the secret exactly one provider must be configured.
|
|
|
provider:
|