Skip to content

Commit 4b1ea48

Browse files
committed
fix windmill
1 parent 2a64e53 commit 4b1ea48

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

charts/windmill/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 0.1.0
24+
version: 0.1.1
2525
dependencies:
2626
- name: windmill
2727
version: 4.0.82

charts/windmill/values.schema.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,29 @@
3737
}
3838
}
3939
},
40-
"ingress": {},
40+
"ingress": {
41+
"title": "Ingress Details",
42+
"type": "object",
43+
"properties": {
44+
"enabled": {
45+
"description": "Enable Ingress",
46+
"type": "boolean",
47+
"default": true,
48+
"x-onyxia": {
49+
"hidden": true,
50+
"overwriteDefaultWith": "k8s.ingress"
51+
}
52+
},
53+
"className": {
54+
"type": "string",
55+
"default": "",
56+
"x-onyxia": {
57+
"hidden": true,
58+
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
59+
}
60+
},
61+
}
62+
},
4163
"postgresql": {
4264
"type": "object",
4365
"properties": {

0 commit comments

Comments
 (0)