@@ -1646,7 +1646,7 @@ properties:
1646
1646
$ref : ' #/definitions/email'
1647
1647
issuer :
1648
1648
description : |
1649
- Indicates the origin of the wildcard certificate.
1649
+ Indicates the origin of the wildcard certificate.
1650
1650
The custom-ca - cert-manager uses the customRootCA to generate wildcard certificate.
1651
1651
The letsencrypt - cert-manager requests certificate from letsencrypt endpoint.
1652
1652
The byo-wildcard-cert allows users to bring their own trusted wildcard certificate (cert-manager not involved)
@@ -3159,6 +3159,10 @@ properties:
3159
3159
$ref : ' #/definitions/backupRetentionPolicy'
3160
3160
schedule :
3161
3161
$ref : ' #/definitions/backupSchedule'
3162
+ pathSuffix :
3163
+ type : string
3164
+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3165
+ default : harbor
3162
3166
gitea :
3163
3167
title : Gitea
3164
3168
properties :
@@ -3171,6 +3175,10 @@ properties:
3171
3175
$ref : ' #/definitions/backupRetentionPolicy'
3172
3176
schedule :
3173
3177
$ref : ' #/definitions/backupSchedule'
3178
+ pathSuffix :
3179
+ type : string
3180
+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3181
+ default : gitea
3174
3182
keycloak :
3175
3183
title : Keycloak
3176
3184
properties :
@@ -3183,6 +3191,10 @@ properties:
3183
3191
$ref : ' #/definitions/backupRetentionPolicy'
3184
3192
schedule :
3185
3193
$ref : ' #/definitions/backupSchedule'
3194
+ pathSuffix :
3195
+ type : string
3196
+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3197
+ default : keycloak
3186
3198
persistentVolumes :
3187
3199
type : object
3188
3200
description : Create backups of persistent volumes
@@ -3284,9 +3296,16 @@ properties:
3284
3296
replicas :
3285
3297
type : integer
3286
3298
default : 2
3287
- imported :
3288
- type : boolean
3289
- default : false
3299
+ recovery :
3300
+ type : object
3301
+ additionalProperties : true
3302
+ default : {}
3303
+ externalClusters :
3304
+ type : array
3305
+ items :
3306
+ type : object
3307
+ additionalProperties : true
3308
+ default : []
3290
3309
harbor :
3291
3310
title : Harbor
3292
3311
properties :
@@ -3297,22 +3316,36 @@ properties:
3297
3316
replicas :
3298
3317
type : integer
3299
3318
default : 2
3319
+ recovery :
3320
+ type : object
3321
+ additionalProperties : true
3322
+ default : {}
3323
+ externalClusters :
3324
+ type : array
3325
+ items :
3326
+ type : object
3327
+ additionalProperties : true
3328
+ default : []
3300
3329
gitea :
3301
3330
title : gitea
3302
3331
properties :
3303
- useOtomiDB :
3304
- type : boolean
3305
- default : false
3306
3332
size :
3307
3333
type : string
3308
3334
resources :
3309
3335
$ref : ' #/definitions/resources'
3310
3336
replicas :
3311
3337
type : integer
3312
3338
default : 2
3313
- imported :
3314
- type : boolean
3315
- default : false
3339
+ recovery :
3340
+ type : object
3341
+ additionalProperties : true
3342
+ default : {}
3343
+ externalClusters :
3344
+ type : array
3345
+ items :
3346
+ type : object
3347
+ additionalProperties : true
3348
+ default : []
3316
3349
teamConfig :
3317
3350
additionalProperties : false
3318
3351
patternProperties :
0 commit comments