Skip to content

Commit ddfa3b7

Browse files
committed
remove duplicate schema values from json
1 parent fdd241e commit ddfa3b7

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

chart/values.schema.json

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -9288,76 +9288,6 @@
92889288
"<host1>,<ip1> <key1>"
92899289
]
92909290
},
9291-
"livenessProbe": {
9292-
"description": "Liveness probe configuration for git-sync container.",
9293-
"type": "object",
9294-
"default": {},
9295-
"additionalProperties": false,
9296-
"properties": {
9297-
"initialDelaySeconds": {
9298-
"type": "integer",
9299-
"default": 10
9300-
},
9301-
"timeoutSeconds": {
9302-
"type": "integer",
9303-
"default": 20
9304-
},
9305-
"failureThreshold": {
9306-
"type": "integer",
9307-
"default": 5
9308-
},
9309-
"periodSeconds": {
9310-
"type": "integer",
9311-
"default": 60
9312-
},
9313-
"exec": {
9314-
"type": "object",
9315-
"properties": {
9316-
"command": {
9317-
"type": "array",
9318-
"items": {
9319-
"type": "string"
9320-
}
9321-
}
9322-
}
9323-
}
9324-
}
9325-
},
9326-
"readinessProbe": {
9327-
"description": "Readiness probe configuration for git-sync container.",
9328-
"type": "object",
9329-
"default": {},
9330-
"additionalProperties": false,
9331-
"properties": {
9332-
"initialDelaySeconds": {
9333-
"type": "integer",
9334-
"default": 10
9335-
},
9336-
"timeoutSeconds": {
9337-
"type": "integer",
9338-
"default": 20
9339-
},
9340-
"failureThreshold": {
9341-
"type": "integer",
9342-
"default": 5
9343-
},
9344-
"periodSeconds": {
9345-
"type": "integer",
9346-
"default": 60
9347-
},
9348-
"exec": {
9349-
"type": "object",
9350-
"properties": {
9351-
"command": {
9352-
"type": "array",
9353-
"items": {
9354-
"type": "string"
9355-
}
9356-
}
9357-
}
9358-
}
9359-
}
9360-
},
93619291
"env": {
93629292
"description": "Environment variables for git sync container.",
93639293
"type": "array",

0 commit comments

Comments
 (0)