Skip to content

Commit

Permalink
chore: fix due to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Sep 12, 2023
1 parent afc743e commit 5ce2662
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy/helm/sumologic/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"default": "enabled"
},
"notificationEmails": {
"type": "array",
"type": ["array", "string"],
"description": "A list of emails to send notifications from monitors.",
"default": []
}
Expand Down Expand Up @@ -1360,14 +1360,14 @@
}
},
"serviceMonitorSelector": {
"type": "string",
"type": "object",
"description": "Selector for ServiceMonitors used for target discovery. By default, we select ServiceMonitors created by the Chart. See: https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#opentelemetrycollectorspectargetallocatorprometheuscr",
"default": ""
"default": {}
},
"podMonitorSelector": {
"type": "string",
"type": "object",
"description": "Selector for PodMonitors used for target discovery. By default, we select PodMonitors created by the Chart. See: https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#opentelemetrycollectorspectargetallocatorprometheuscr",
"default": ""
"default": {}
},
"securityContext": {
"type": "object",
Expand Down Expand Up @@ -7085,9 +7085,9 @@
]
},
"extraArgs": {
"type": "string",
"type": "array",
"description": "Additional arguments to otelcol container.",
"default": ""
"default": []
}
}
},
Expand Down

0 comments on commit 5ce2662

Please sign in to comment.