Skip to content

Commit 8456bb7

Browse files
committed
Generate Helm json schema
1 parent b66bc1b commit 8456bb7

File tree

1 file changed

+0
-73
lines changed

1 file changed

+0
-73
lines changed

charts/alertify/values.schema.json

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -102,43 +102,6 @@
102102
"title": "imagePullSecrets",
103103
"type": "array"
104104
},
105-
"livenessProbe": {
106-
"description": "This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/",
107-
"properties": {
108-
"exec": {
109-
"properties": {
110-
"command": {
111-
"items": {
112-
"anyOf": [
113-
{
114-
"required": [],
115-
"type": "string"
116-
},
117-
{
118-
"required": [],
119-
"type": "string"
120-
},
121-
{
122-
"required": [],
123-
"type": "string"
124-
}
125-
],
126-
"required": []
127-
},
128-
"required": [],
129-
"title": "command",
130-
"type": "array"
131-
}
132-
},
133-
"required": [],
134-
"title": "exec",
135-
"type": "object"
136-
}
137-
},
138-
"required": [],
139-
"title": "livenessProbe",
140-
"type": "object"
141-
},
142105
"nameOverride": {
143106
"default": "",
144107
"description": "This is to override the chart name.",
@@ -168,42 +131,6 @@
168131
"title": "podSecurityContext",
169132
"type": "object"
170133
},
171-
"readinessProbe": {
172-
"properties": {
173-
"exec": {
174-
"properties": {
175-
"command": {
176-
"items": {
177-
"anyOf": [
178-
{
179-
"required": [],
180-
"type": "string"
181-
},
182-
{
183-
"required": [],
184-
"type": "string"
185-
},
186-
{
187-
"required": [],
188-
"type": "string"
189-
}
190-
],
191-
"required": []
192-
},
193-
"required": [],
194-
"title": "command",
195-
"type": "array"
196-
}
197-
},
198-
"required": [],
199-
"title": "exec",
200-
"type": "object"
201-
}
202-
},
203-
"required": [],
204-
"title": "readinessProbe",
205-
"type": "object"
206-
},
207134
"replicaCount": {
208135
"default": 1,
209136
"description": "This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/",

0 commit comments

Comments
 (0)