Skip to content

Commit

Permalink
Updating schema validation for imagePullSecrets as expected by chart (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliya authored Jan 13, 2022
1 parent 511e7f0 commit 785ce65
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions helm-charts/splunk-otel-collector/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,13 +710,7 @@
"imagePullSecrets": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
}
"type": "string"
}
},
"fluentd": {
Expand Down

0 comments on commit 785ce65

Please sign in to comment.