Skip to content

Commit 65a00cb

Browse files
feat: add endpoint with values-schema (#1692)
Co-authored-by: jeho <[email protected]>
1 parent 632c127 commit 65a00cb

File tree

7 files changed

+1
-28
lines changed

7 files changed

+1
-28
lines changed

tests/fixtures/env/apps/argocd.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apps:
22
argocd:
3-
enabled: true
43
autoscaling:
54
repoServer:
65
enabled: true

tests/fixtures/env/apps/keycloak.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apps:
22
keycloak:
3-
enabled: true
43
idp:
54
alias: redkubes-azure
65
clientID: otomi
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
apps:
2-
sealed-secrets:
3-
enabled: true
2+
sealed-secrets: {}

tests/integration/full.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ otomi:
99
apps:
1010
alertmanager:
1111
enabled: true
12-
argocd:
13-
enabled: true
1412
cert-manager:
1513
issuer: custom-ca
1614
grafana:
@@ -41,8 +39,6 @@ apps:
4139
enabled: true
4240
redis-shared:
4341
enabled: false
44-
sealed-secrets:
45-
enabled: true
4642
rabbitmq:
4743
enabled: true
4844
tempo:

tests/integration/minimal-with-team.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ otomi:
66
version: 'OTOMI_VERSION_PLACEHOLDER'
77
adminPassword: welcomeotomi
88
apps:
9-
argocd:
10-
enabled: true
119
knative:
1210
enabled: true
1311
harbor:
1412
enabled: true
15-
sealed-secrets:
16-
enabled: true
1713
teamConfig:
1814
demo:
1915
password: somesecretvalue

tests/integration/monitoring-with-team.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ otomi:
88
apps:
99
alertmanager:
1010
enabled: true
11-
argocd:
12-
enabled: true
1311
cert-manager:
1412
issuer: custom-ca
1513
grafana:

values-schema.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -1480,9 +1480,6 @@ properties:
14801480
properties:
14811481
_rawValues:
14821482
$ref: '#/definitions/rawValues'
1483-
enabled:
1484-
type: boolean
1485-
default: true
14861483
applicationSet:
14871484
replicas:
14881485
default: 1
@@ -1734,8 +1731,6 @@ properties:
17341731
properties:
17351732
_rawValues:
17361733
$ref: '#/definitions/rawValues'
1737-
enabled:
1738-
type: boolean
17391734
adminPassword:
17401735
type: string
17411736
x-secret: ''
@@ -1867,9 +1862,6 @@ properties:
18671862
properties:
18681863
_rawValues:
18691864
$ref: '#/definitions/rawValues'
1870-
enabled:
1871-
default: true
1872-
type: boolean
18731865
tracing:
18741866
description: Configure Istio for tracing. Requires Otel Collector to be enabled.
18751867
propterties:
@@ -1934,9 +1926,6 @@ properties:
19341926
properties:
19351927
_rawValues:
19361928
$ref: '#/definitions/rawValues'
1937-
enabled:
1938-
type: boolean
1939-
default: true
19401929
idp:
19411930
additionalProperties: false
19421931
properties:
@@ -2043,9 +2032,6 @@ properties:
20432032
properties:
20442033
_rawValues:
20452034
$ref: '#/definitions/rawValues'
2046-
enabled:
2047-
type: boolean
2048-
default: true
20492035
resources:
20502036
properties:
20512037
operator:

0 commit comments

Comments
 (0)