jscheffl commented on code in PR #51792:
URL: https://github.com/apache/airflow/pull/51792#discussion_r2659009493
##########
chart/values.schema.json:
##########
@@ -5639,47 +5654,11 @@
},
"value": {
"type": "string"
- },
- "valueFrom": {
- "type": "object",
- "properties": {
- "configMapKeyRef": {
- "$ref":
"#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector",
- "description": "Selects a key of a
ConfigMap."
- },
- "secretKeyRef": {
- "$ref":
"#/definitions/io.k8s.api.core.v1.SecretKeySelector",
- "description": "Selects a key of a
secret in the pod's namespace"
- }
- },
- "anyOf": [
- {
- "required": [
- "configMapKeyRef"
- ]
- },
- {
- "required": [
- "secretKeyRef"
- ]
- }
- ]
Review Comment:
Still unrelated changes here...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]