Skip to content

Commit

Permalink
revert formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
lindeskar committed Sep 18, 2024
1 parent 553084e commit 6470fe5
Showing 1 changed file with 37 additions and 35 deletions.
72 changes: 37 additions & 35 deletions charts/opentelemetry-collector/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,11 +841,13 @@
"items": {}
},
"metricRelabelings": {
"type": "array",
"default": [],
"title": "The metricRelabelings Schema",
"items": {},
"examples": [[]]
"type": "array",
"default": [],
"title": "The metricRelabelings Schema",
"items": {},
"examples": [
[]
]
}
},
"required": ["enabled"]
Expand Down Expand Up @@ -944,37 +946,37 @@
}
},
"networkPolicy": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"annotations": {
"type": "object"
},
"allowIngressFrom": {
"type": "array",
"description": "List of sources which should be able to access the collector. See the standard NetworkPolicy 'spec.ingress.from' definition for more information: https://kubernetes.io/docs/reference/kubernetes-api/policy-resources/network-policy-v1/. If left empty, ingress traffic will be permitted on to all enabled ports from all sources.",
"items": {
"type": "object"
}
},
"extraIngressRules": {
"type": "array",
"description": "Additional ingress rules to apply to the policy. See the standard NetworkPolicy 'spec.ingress' definition for more information: https://kubernetes.io/docs/reference/kubernetes-api/policy-resources/network-policy-v1/",
"items": {
"type": "object"
}
},
"egressRules": {
"description": "Optional egress configuration, see the standard NetworkPolicy 'spec.egress' definition for more information: https://kubernetes.io/docs/reference/kubernetes-api/policy-resources/network-policy-v1/",
"type": "array",
"items": {
"type": "object"
}
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"annotations": {
"type": "object"
},
"allowIngressFrom": {
"type": "array",
"description": "List of sources which should be able to access the collector. See the standard NetworkPolicy 'spec.ingress.from' definition for more information: https://kubernetes.io/docs/reference/kubernetes-api/policy-resources/network-policy-v1/. If left empty, ingress traffic will be permitted on to all enabled ports from all sources.",
"items": {
"type": "object"
}
},
"extraIngressRules": {
"type": "array",
"description": "Additional ingress rules to apply to the policy. See the standard NetworkPolicy 'spec.ingress' definition for more information: https://kubernetes.io/docs/reference/kubernetes-api/policy-resources/network-policy-v1/",
"items": {
"type": "object"
}
},
"egressRules": {
"description": "Optional egress configuration, see the standard NetworkPolicy 'spec.egress' definition for more information: https://kubernetes.io/docs/reference/kubernetes-api/policy-resources/network-policy-v1/",
"type": "array",
"items": {
"type": "object"
}
}
}
}
},
"useGOMEMLIMIT": {
"type": "boolean"
Expand Down

0 comments on commit 6470fe5

Please sign in to comment.