mik-laj commented on a change in pull request #19181:
URL: https://github.com/apache/airflow/pull/19181#discussion_r741615115
##########
File path: chart/values.schema.json
##########
@@ -568,6 +601,23 @@
"type": "array",
"x-docsSection": "Airflow",
"default": [],
+ "items": {
+ "type": "object",
+ "properties": {
+ "envName": {
+ "description": "The name of the environment variable
under which the secret will be available",
+ "type": "string"
+ },
+ "secretName": {
+ "description": "The name of the Kubernetes secret that
will be read",
+ "type": "string"
+ },
+ "secretKey": {
+ "description": "The key of the Kubernetes secret",
+ "type": "string"
+ }
+ }
Review comment:
Thanks. I also checked and ` "additionalProperties": false,` was missing
from the other definitions as well.
--
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]