mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
Update values.schema.json to reflect latest format
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: apache
|
||||
version: 7.2.2
|
||||
version: 7.2.3
|
||||
appVersion: 2.4.41
|
||||
description: Chart for Apache HTTP Server
|
||||
keywords:
|
||||
|
||||
@@ -4,32 +4,39 @@
|
||||
"properties": {
|
||||
"ingress": {
|
||||
"type": "object",
|
||||
"form": "ingress",
|
||||
"form": true,
|
||||
"title": "Ingress Details",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"form": "enableIngress",
|
||||
"enables": "ingress",
|
||||
"form": true,
|
||||
"title": "Use a custom hostname",
|
||||
"description": "Enable the ingress resource that allows you to access the WordPress installation."
|
||||
},
|
||||
"certManager": {
|
||||
"type": "boolean",
|
||||
"form": "enableCertManager",
|
||||
"form": true,
|
||||
"title": "Enable TLS annotations via cert-manager",
|
||||
"description": "Set this to true in order to add the corresponding annotations for cert-manager"
|
||||
"description": "Set this to true in order to add the corresponding annotations for cert-manager",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
}
|
||||
},
|
||||
"hostname": {
|
||||
"type": "string",
|
||||
"form": "hostname",
|
||||
"title": "Hostname"
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"replicaCount": {
|
||||
"type": "integer",
|
||||
"form": "replicaCount",
|
||||
"form": true,
|
||||
"title": "Number of Replicas"
|
||||
},
|
||||
"metrics": {
|
||||
@@ -38,7 +45,7 @@
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"title": "Configure metrics exporter",
|
||||
"form": "enableMetrics"
|
||||
"form": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user