mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[multiple charts] Update hidden properties in the different JSON schemas (#2871)
* Update hidden properties in the different JSON schemas * Add missing paths
This commit is contained in:
committed by
GitHub
parent
35f691a99e
commit
4cff6ba8b0
@@ -19,8 +19,8 @@
|
||||
"title": "Enable TLS annotations via cert-manager",
|
||||
"description": "Set this to true in order to add the corresponding annotations for cert-manager",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
},
|
||||
"hostname": {
|
||||
@@ -28,8 +28,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -81,8 +81,8 @@
|
||||
"title": "Volume Size",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "mariadb.enabled"
|
||||
"value": false,
|
||||
"path": "mariadb/enabled"
|
||||
},
|
||||
"render": "slider",
|
||||
"sliderMin": 1,
|
||||
@@ -100,7 +100,7 @@
|
||||
"title": "External Database Details",
|
||||
"description": "If MariaDB is disabled. Use this section to specify the external database details",
|
||||
"form": true,
|
||||
"hidden": "mariadb.enabled",
|
||||
"hidden": "mariadb/enabled",
|
||||
"properties": {
|
||||
"host": {
|
||||
"type": "string",
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
"title": "Volume Size",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "mariadb.enabled"
|
||||
"value": false,
|
||||
"path": "mariadb/enabled"
|
||||
},
|
||||
"render": "slider",
|
||||
"sliderMin": 1,
|
||||
@@ -89,31 +89,31 @@
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Host",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"user": {
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Username",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Password",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"database": {
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Name",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"form": true,
|
||||
"title": "Database Port",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -85,8 +85,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -81,8 +81,8 @@
|
||||
"title": "Volume Size",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "mariadb.enabled"
|
||||
"value": false,
|
||||
"path": "mariadb/enabled"
|
||||
},
|
||||
"render": "slider",
|
||||
"sliderMin": 1,
|
||||
@@ -100,7 +100,7 @@
|
||||
"title": "External Database Details",
|
||||
"description": "If MariaDB is disabled. Use this section to specify the external database details",
|
||||
"form": true,
|
||||
"hidden": "mariadb.enabled",
|
||||
"hidden": "mariadb/enabled",
|
||||
"properties": {
|
||||
"host": {
|
||||
"type": "string",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": true,
|
||||
"value": "existingSecret"
|
||||
"value": true,
|
||||
"path": "existingSecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -36,8 +36,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": true,
|
||||
"value": "existingSecret"
|
||||
"value": true,
|
||||
"path": "existingSecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -64,8 +64,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": true,
|
||||
"value": "existingSecret"
|
||||
"value": true,
|
||||
"path": "existingSecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -86,8 +86,8 @@
|
||||
"title": "LDAP URL",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ldap/enabled"
|
||||
"value": false,
|
||||
"path": "ldap/enabled"
|
||||
}
|
||||
},
|
||||
"base": {
|
||||
@@ -95,8 +95,8 @@
|
||||
"title": "LDAP base DN",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ldap/enabled"
|
||||
"value": false,
|
||||
"path": "ldap/enabled"
|
||||
}
|
||||
},
|
||||
"binddn": {
|
||||
@@ -104,8 +104,8 @@
|
||||
"title": "LDAP bind DN",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ldap/enabled"
|
||||
"value": false,
|
||||
"path": "ldap/enabled"
|
||||
}
|
||||
},
|
||||
"bindpw": {
|
||||
@@ -113,8 +113,8 @@
|
||||
"title": "LDAP bind password",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ldap/enabled"
|
||||
"value": false,
|
||||
"path": "ldap/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -144,8 +144,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence/enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -167,8 +167,8 @@
|
||||
"title": "ServiceAcccount name",
|
||||
"description": "ServiceAcccount name to use. Auto-generated if not specified",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "serviceAccount/create"
|
||||
"value": false,
|
||||
"path": "serviceAccount/create"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -206,8 +206,8 @@
|
||||
"description": "Create a ServiceMonitor to track metrics using Prometheus Operator",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "metrics/enabled"
|
||||
"value": false,
|
||||
"path": "metrics/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "usePassword"
|
||||
"value": false,
|
||||
"path": "usePassword"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,8 +38,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "usePassword"
|
||||
"value": false,
|
||||
"path": "usePassword"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -81,8 +81,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -94,8 +94,8 @@
|
||||
"title": "Slave replicas settings",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "replication.enabled"
|
||||
"value": false,
|
||||
"path": "replication/enabled"
|
||||
},
|
||||
"properties": {
|
||||
"persistence": {
|
||||
@@ -118,8 +118,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -157,8 +157,8 @@
|
||||
"description": "Create a ServiceMonitor to track metrics using Prometheus Operator",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "metrics.enabled"
|
||||
"value": false,
|
||||
"path": "metrics/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "usePassword"
|
||||
"value": false,
|
||||
"path": "usePassword"
|
||||
}
|
||||
},
|
||||
"mongodbDatabase": {
|
||||
@@ -35,8 +35,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "usePassword"
|
||||
"value": false,
|
||||
"path": "usePassword"
|
||||
}
|
||||
},
|
||||
"replicaSet": {
|
||||
@@ -54,8 +54,8 @@
|
||||
"title": "Number of replicas",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "replicaSet.enabled"
|
||||
"value": false,
|
||||
"path": "replicaSet/enabled"
|
||||
},
|
||||
"properties": {
|
||||
"secondary": {
|
||||
@@ -94,8 +94,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -103,8 +103,8 @@
|
||||
"volumePermissions": {
|
||||
"type": "object",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
},
|
||||
"properties": {
|
||||
"enabled": {
|
||||
@@ -135,8 +135,8 @@
|
||||
"description": "Create a ServiceMonitor to track metrics using Prometheus Operator",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "metrics.enabled"
|
||||
"value": false,
|
||||
"path": "metrics/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -56,8 +56,8 @@
|
||||
"description": "Create a ServiceMonitor to track metrics using Prometheus Operator",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "metrics.enabled"
|
||||
"value": false,
|
||||
"path": "metrics/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
"title": "Slave Replicas",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "replication.enabled"
|
||||
"value": false,
|
||||
"path": "replication/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -88,8 +88,8 @@
|
||||
"description": "Create a ServiceMonitor to track metrics using Prometheus Operator",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "metrics.enabled"
|
||||
"value": false,
|
||||
"path": "metrics/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "usePassword"
|
||||
"value": false,
|
||||
"path": "usePassword"
|
||||
}
|
||||
},
|
||||
"cluster": {
|
||||
@@ -33,8 +33,8 @@
|
||||
"title": "Slave Replicas",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "cluster.enabled"
|
||||
"value": false,
|
||||
"path": "cluster/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -64,8 +64,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "master.persistence.enabled"
|
||||
"value": false,
|
||||
"path": "master/persistence/enabled"
|
||||
}
|
||||
},
|
||||
"matchLabels": {
|
||||
@@ -85,8 +85,8 @@
|
||||
"title": "Slave replicas settings",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "cluster.enabled"
|
||||
"value": false,
|
||||
"path": "cluster/enabled"
|
||||
},
|
||||
"properties": {
|
||||
"persistence": {
|
||||
@@ -109,8 +109,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "slave.persistence.enabled"
|
||||
"value": false,
|
||||
"path": "slave/persistence/enabled"
|
||||
}
|
||||
},
|
||||
"matchLabels": {
|
||||
@@ -156,8 +156,8 @@
|
||||
"description": "Create a ServiceMonitor to track metrics using Prometheus Operator",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "metrics.enabled"
|
||||
"value": false,
|
||||
"path": "metrics/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
"sliderMax": 100,
|
||||
"sliderUnit": "Gi",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "persistence.enabled"
|
||||
"value": false,
|
||||
"path": "persistence/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -60,8 +60,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
},
|
||||
"tls": {
|
||||
@@ -69,8 +69,8 @@
|
||||
"form": true,
|
||||
"title": "Enable TLS configuration",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
},
|
||||
"certManager": {
|
||||
@@ -79,8 +79,8 @@
|
||||
"title": "Use cert-manager to auto-generate the TLS certificate",
|
||||
"description": "Add the corresponding annotations for cert-manager to auto-generate the TLS certificate",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -97,8 +97,8 @@
|
||||
"title": "MariaDB Details",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": "postgresql",
|
||||
"value": "databaseType"
|
||||
"value": "postgresql",
|
||||
"path": "databaseType"
|
||||
},
|
||||
"properties": {
|
||||
"enabled": {
|
||||
@@ -118,8 +118,8 @@
|
||||
"title": "Volume Size",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "mariadb.enabled"
|
||||
"value": false,
|
||||
"path": "mariadb/enabled"
|
||||
},
|
||||
"render": "slider",
|
||||
"sliderMin": 1,
|
||||
@@ -137,8 +137,8 @@
|
||||
"title": "PostgreSQL Details",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": "mariadb",
|
||||
"value": "databaseType"
|
||||
"value": "mariadb",
|
||||
"pathe": "databaseType"
|
||||
},
|
||||
"properties": {
|
||||
"enabled": {
|
||||
@@ -155,8 +155,8 @@
|
||||
"title": "Volume Size",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "postgresql.enabled"
|
||||
"value": false,
|
||||
"path": "postgresql/enabled"
|
||||
},
|
||||
"render": "slider",
|
||||
"sliderMin": 1,
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
"title": "Volume Size",
|
||||
"form": true,
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "mariadb.enabled"
|
||||
"value": false,
|
||||
"path": "mariadb/enabled"
|
||||
},
|
||||
"render": "slider",
|
||||
"sliderMin": 1,
|
||||
@@ -83,31 +83,31 @@
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Host",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"user": {
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Username",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Password",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"database": {
|
||||
"type": "string",
|
||||
"form": true,
|
||||
"title": "Database Name",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"form": true,
|
||||
"title": "Database Port",
|
||||
"hidden": "mariadb.enabled"
|
||||
"hidden": "mariadb/enabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -127,8 +127,8 @@
|
||||
"form": true,
|
||||
"title": "Hostname",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
},
|
||||
"certManager": {
|
||||
@@ -137,8 +137,8 @@
|
||||
"title": "Enable CertManager",
|
||||
"description": "This will add the required annotation for CertManager to add certificates.",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
},
|
||||
"tls": {
|
||||
@@ -146,8 +146,8 @@
|
||||
"form": true,
|
||||
"title": "Create a TLS secret",
|
||||
"hidden": {
|
||||
"condition": false,
|
||||
"value": "ingress.enabled"
|
||||
"value": false,
|
||||
"path": "ingress/enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user