Skip to content

Commit

Permalink
remove hiddings
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbfs committed Jun 6, 2024
1 parent d39496d commit 7ea6a8e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion charts/lomas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.24
version: 0.0.25

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
66 changes: 33 additions & 33 deletions charts/lomas/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"affinity": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"create": {
"type": "boolean",
"default": true,
"hidden": false
"form": false
},
"image": {
"description": "Docker Image",
Expand Down Expand Up @@ -52,14 +52,14 @@
"imagePullSecrets": {
"type": "array",
"default": [],
"hidden": false
"form": false
},
"ingress": {
"type": "object",
"properties": {
"annotations": {
"type": "object",
"hidden": false,
"form": false,
"properties": {
"nginx.ingress.kubernetes.io/proxy-read-timeout": {
"type": "string",
Expand All @@ -70,12 +70,12 @@
"className": {
"type": "string",
"default": "nginx",
"hidden": false
"form": false
},
"enabled": {
"type": "boolean",
"default": true,
"hidden": false
"form": false
},
"hostname": {
"type": "string",
Expand All @@ -90,17 +90,17 @@
"podAnnotations": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"podSecurityContext": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"replicaCount": {
"type": "integer",
"default": 1,
"hidden": false
"form": false
},
"resources": {
"type": "object",
Expand Down Expand Up @@ -187,20 +187,20 @@
"securityContext": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"serverConfig": {
"type": "object",
"properties": {
"address": {
"type": "string",
"default": "0.0.0.0",
"hidden": false
"form": false
},
"port": {
"type": "string",
"default": "8501",
"hidden": false
"form": false
}
}
},
Expand All @@ -217,7 +217,7 @@
"description": "type of the service",
"type": "string",
"default": "ClusterIP",
"hidden": false
"form": false
}
}
},
Expand All @@ -241,7 +241,7 @@
},
"serviceAccount": {
"type": "object",
"hidden": false,
"form": false,
"properties": {
"annotations": {
"type": "object"
Expand Down Expand Up @@ -270,7 +270,7 @@
"architecture": {
"type": "string",
"default": "standalone",
"hidden": false
"form": false
},
"auth": {
"type": "object",
Expand Down Expand Up @@ -306,7 +306,7 @@
},
"discoverable": {
"type": "object",
"hidden": false,
"form": false,
"properties": {
"allow": {
"type": "boolean",
Expand Down Expand Up @@ -361,7 +361,7 @@
"sliderMax": 100,
"sliderStep": 1,
"sliderUnit": "Gi",
"hidden": {
"form": {
"value": false,
"path": "mongodb/persistence/enabled"
}
Expand All @@ -370,12 +370,12 @@
"replicaCount": {
"type": "integer",
"default": 1,
"hidden": false
"form": false
},
"resources": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"security": {
"description": "security specific configuration",
Expand Down Expand Up @@ -403,7 +403,7 @@
"nameOverride": {
"type": "string",
"default": "",
"hidden": false
"form": false
},
"server": {
"title": "Server Configuration",
Expand All @@ -412,7 +412,7 @@
"affinity": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"image": {
"description": "Docker Image",
Expand Down Expand Up @@ -447,14 +447,14 @@
"imagePullSecrets": {
"type": "array",
"default": [],
"hidden": false
"form": false
},
"ingress": {
"type": "object",
"properties": {
"annotations": {
"type": "object",
"hidden": false,
"form": false,
"properties": {
"nginx.ingress.kubernetes.io/proxy-read-timeout": {
"type": "string",
Expand All @@ -465,12 +465,12 @@
"className": {
"type": "string",
"default": "nginx",
"hidden": false
"form": false
},
"enabled": {
"type": "boolean",
"default": true,
"hidden": false
"form": false
},
"hostname": {
"type": "string",
Expand All @@ -485,17 +485,17 @@
"podAnnotations": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"podSecurityContext": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"replicaCount": {
"type": "integer",
"default": 1,
"hidden": false
"form": false
},
"resources": {
"description": "Your service will have at least the requested resources and never more than its limits. No limit for a resource and you can consume everything left on the host machine.",
Expand Down Expand Up @@ -614,7 +614,7 @@
"description": "Currently unused, maximum query rate",
"type": "integer",
"default": 300,
"hidden": false
"form": false
},
"server": {
"type": "object",
Expand Down Expand Up @@ -672,7 +672,7 @@
"type": "integer",
"description": "number of workers",
"default": 1,
"hidden": false
"form": false
}
}
}
Expand All @@ -683,7 +683,7 @@
"securityContext": {
"type": "object",
"default": {},
"hidden": false
"form": false
},
"service": {
"description": "Service specific configuration",
Expand All @@ -698,7 +698,7 @@
"description": "type of the service",
"type": "string",
"default": "ClusterIP",
"hidden": false
"form": false
}
}
},
Expand All @@ -722,7 +722,7 @@
},
"serviceAccount": {
"type": "object",
"hidden": false,
"form": false,
"properties": {
"annotations": {
"type": "object"
Expand Down

0 comments on commit 7ea6a8e

Please sign in to comment.