Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 6476167

Browse files
committed
Add missing datasource url to values schema
1 parent b7ca836 commit 6476167

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/carvel/templates/bundle/repo/values-schema.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ components:
9494
database:
9595
type: object
9696
properties:
97+
url:
98+
type: string
99+
description: Datasource url setting
97100
username:
98101
type: string
99102
description: Datasource username setting
@@ -176,6 +179,9 @@ components:
176179
database:
177180
type: object
178181
properties:
182+
url:
183+
type: string
184+
description: Datasource url setting
179185
username:
180186
type: string
181187
description: Datasource username setting

0 commit comments

Comments
 (0)