Skip to content

Commit 7c4a8fe

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent eb88fda commit 7c4a8fe

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

schema/minio.min.io/tenant_v2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5819,6 +5819,12 @@
58195819
"prometheusOperator": {
58205820
"type": "boolean"
58215821
},
5822+
"prometheusOperatorScrapeMetricsPaths": {
5823+
"items": {
5824+
"type": "string"
5825+
},
5826+
"type": "array"
5827+
},
58225828
"readiness": {
58235829
"additionalProperties": false,
58245830
"properties": {

schema/resources.teleport.dev/teleportbotv1_v1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"spec": {
1313
"additionalProperties": false,
1414
"properties": {
15+
"max_session_ttl": {
16+
"format": "duration",
17+
"type": "string"
18+
},
1519
"roles": {
1620
"items": {
1721
"type": "string"

0 commit comments

Comments
 (0)