You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Once set and deployed it cannot be changed with manual intervention.
1582
+
x-secret: 'randAlphaNum 20'
1574
1583
core:
1575
1584
properties:
1576
1585
secret:
@@ -1650,8 +1659,8 @@ properties:
1650
1659
- aws
1651
1660
- azure
1652
1661
- gcs
1653
-
- file
1654
-
default: file
1662
+
- filesystem
1663
+
default: filesystem
1655
1664
registry:
1656
1665
properties:
1657
1666
secret:
@@ -1699,6 +1708,17 @@ properties:
1699
1708
secretKey:
1700
1709
type: string
1701
1710
x-secret: 'randAlpha 16'
1711
+
backup:
1712
+
properties:
1713
+
enabled:
1714
+
type: boolean
1715
+
default: false
1716
+
schedule:
1717
+
default: 0 0 * * *
1718
+
description: Cron-type expression to schedule the backup. Defaults to once a day at 00:00.
1719
+
type: string
1720
+
# required:
1721
+
# - databasePassword
1702
1722
hello:
1703
1723
description: Hello world demo chart. When you turn this off you may also have to remove the ingress service.
1704
1724
properties:
@@ -2032,6 +2052,8 @@ properties:
2032
2052
external-secrets:
2033
2053
additionalProperties: false
2034
2054
properties:
2055
+
_rawValues:
2056
+
$ref: '#/definitions/rawValues'
2035
2057
enabled:
2036
2058
type: boolean
2037
2059
logLevel:
@@ -2079,40 +2101,42 @@ properties:
2079
2101
type: string
2080
2102
required:
2081
2103
- duration
2082
-
aws:
2083
-
type: object
2084
-
azure:
2085
-
description: Missing from docs but available with this schema.
2104
+
storage:
2086
2105
properties:
2087
-
account_key:
2088
-
type: string
2089
-
x-secret: ''
2090
-
account_name:
2091
-
type: string
2092
-
container_name:
2106
+
aws:
2107
+
type: object
2108
+
azure:
2109
+
description: Missing from docs but available with this schema.
2110
+
properties:
2111
+
account_key:
2112
+
type: string
2113
+
x-secret: ''
2114
+
account_name:
2115
+
type: string
2116
+
container_name:
2117
+
type: string
2118
+
type: object
2119
+
bigtable:
2120
+
type: object
2121
+
cassandra:
2122
+
type: object
2123
+
gcs:
2124
+
type: object
2125
+
swift:
2126
+
type: object
2127
+
local:
2128
+
type: object
2129
+
storageType:
2093
2130
type: string
2094
-
type: object
2095
-
bigtable:
2096
-
type: object
2097
-
cassandra:
2098
-
type: object
2099
-
gcs:
2100
-
type: object
2101
-
swift:
2102
-
type: object
2103
-
local:
2104
-
type: object
2105
-
storageType:
2106
-
type: string
2107
-
enum:
2108
-
- aws
2109
-
- azure
2110
-
- bigtable
2111
-
- cassandra
2112
-
- filesystem
2113
-
- gcs
2114
-
- swift
2115
-
- local
2131
+
enum:
2132
+
- aws
2133
+
- azure
2134
+
- bigtable
2135
+
- cassandra
2136
+
- filesystem
2137
+
- gcs
2138
+
- swift
2139
+
- local
2116
2140
v11StartDate:
2117
2141
description: Set this to a date just after deployment in case of an upgrade. (Otomi started at v9 with filesystem.)
2118
2142
title: Schema v11 start date
@@ -2167,7 +2191,7 @@ properties:
2167
2191
type: boolean
2168
2192
default: true
2169
2193
size:
2170
-
type: string
2194
+
$ref: '#/definitions/size'
2171
2195
default: 20Gi
2172
2196
oauth2-proxy:
2173
2197
additionalProperties: false
@@ -2188,6 +2212,9 @@ properties:
2188
2212
properties:
2189
2213
_rawValues:
2190
2214
$ref: '#/definitions/rawValues'
2215
+
editorInactivityTimeout:
2216
+
type: integer
2217
+
default: 10
2191
2218
git:
2192
2219
additionalProperties: false
2193
2220
properties:
@@ -2516,6 +2543,7 @@ properties:
2516
2543
oneOf:
2517
2544
- title: AWS
2518
2545
description: Uses credentials when either a pair of id+key or a secret name is provided. Assumes node role otherwise.
2546
+
additionalProperties: false
2519
2547
properties:
2520
2548
aws:
2521
2549
properties:
@@ -2541,18 +2569,21 @@ properties:
2541
2569
required:
2542
2570
- aws
2543
2571
- title: Azure
2572
+
additionalProperties: false
2544
2573
properties:
2545
2574
azure:
2546
2575
$ref: '#/definitions/azure/definitions/dns'
2547
2576
required:
2548
2577
- azure
2549
2578
- title: Azure Private
2579
+
additionalProperties: false
2550
2580
properties:
2551
2581
azure-private-dns:
2552
2582
$ref: '#/definitions/azure/definitions/dns'
2553
2583
required:
2554
2584
- azure-private-dns
2555
2585
- title: Google
2586
+
additionalProperties: false
2556
2587
properties:
2557
2588
google:
2558
2589
properties:
@@ -2565,6 +2596,7 @@ properties:
2565
2596
required:
2566
2597
- google
2567
2598
- title: Digital Ocean
2599
+
additionalProperties: false
2568
2600
properties:
2569
2601
digitalocean:
2570
2602
properties:
@@ -2576,6 +2608,7 @@ properties:
2576
2608
required:
2577
2609
- digitalocean
2578
2610
- title: CloudFlare
2611
+
additionalProperties: false
2579
2612
properties:
2580
2613
cloudflare:
2581
2614
properties:
@@ -2603,6 +2636,7 @@ properties:
2603
2636
required:
2604
2637
- cloudflare
2605
2638
- title: Other
2639
+
additionalProperties: false
2606
2640
properties:
2607
2641
other:
2608
2642
description: This option requires configuration for both external-dns as well as cert-manager. No schema validation is available so provide correct data.
@@ -3091,6 +3125,12 @@ properties:
3091
3125
patternProperties:
3092
3126
'^[a-z0-9]([-a-z0-9]*[a-z0-9])+$':
3093
3127
$ref: '#/definitions/team'
3128
+
properties:
3129
+
admin:
3130
+
properties:
3131
+
password:
3132
+
type: string
3133
+
x-secret: randAlpha 16
3094
3134
version:
3095
3135
type: integer
3096
3136
description: DO NOT CHANGE! Holds the values-schema version. For more details, see `otomi migrate`.
0 commit comments