Skip to content

Commit

Permalink
More OpenShift UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spilchen committed Nov 9, 2023
1 parent 986da1b commit de6f02c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
6 changes: 6 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ version: 0.1.1
# The appVersion corresponds to the Vertica version
appVersion: "23.4.0"
icon: https://raw.githubusercontent.com/vertica/kafka-scheduler-chart/main/vertica-logo.png
home: https://github.com/vertica/kafka-scheduler-chart
sources:
- https://github.com/vertica/kafka-scheduler-chart
maintainers:
- name: Matt Spilchen
email: [email protected]
17 changes: 6 additions & 11 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"properties": {
"image": {
"type": "object",
"description": "The image has the java environment and vkconfig, which is compiled against a specific version of Vertica",
"additionalProperties": false,
"properties": {
"repository": {
"type": "string",
"description": "The image repository and name. This image has the java environment and vkconfig, which is compiled against a specific version of Vertica",
"description": "The image repository and name",
"default": "vertica/kafka-scheduler"
},
"pullPolicy": {
Expand All @@ -31,8 +32,7 @@
"type": "boolean",
"description": "The launcher is a deployment object that runs the 'vkconfig launch' program. You must already have done setup of vkconfig for this program to work. You can temporarily disable it to allow for setup to occur.",
"additionalProperties": false,
"default": false,
"title": "Enabled"
"default": false
},
"replicaCount": {
"type": "integer",
Expand All @@ -42,8 +42,7 @@
"initializerEnabled": {
"type": "boolean",
"description": "The initializer is a pod that runs the container without invoking vkconfig. It gives you CLI access to the vkconfig command. The intention is that you would use the CLI to do neccessary setup then disabled it when you want to run the launcher.",
"default": true,
"title": "Enabled"
"default": true
},
"conf": {
"type": "object",
Expand Down Expand Up @@ -80,19 +79,15 @@
},
"dbport": {
"type": "string",
"format": "integer",
"default": 5433
"default": "5433"
},
"enable-ssl": {
"type": "string",
"format": "boolean",
"default": false
"default": "false"
}
},
"required": [
"config-schema",
"dbport",
"enable-ssl",
"username"
],
"title": "Content"
Expand Down

0 comments on commit de6f02c

Please sign in to comment.