Skip to content

Commit

Permalink
extended template
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Apr 8, 2024
1 parent 49415d1 commit a710eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion demo-extended/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"properties": {
"name": {
"type": "string",
"title": "Name",
"type": "string"
"description": "Application name"
},
"general": {
"type": "object",
Expand Down Expand Up @@ -91,6 +92,9 @@
]
}
},
"required": [
"name",
],
"order": [
"name",
"general",
Expand Down
1 change: 0 additions & 1 deletion demo-extended/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ general:

scaling:
replicas: 3
resources:

networking:
expose: true
Expand Down

0 comments on commit a710eaa

Please sign in to comment.