thejoeejoee commented on code in PR #67958: URL: https://github.com/apache/airflow/pull/67958#discussion_r3351490429
########## chart/values.yaml: ########## @@ -3351,7 +3351,7 @@ pgbouncer: # Maximum clients that can connect to PgBouncer (higher = more file descriptors) maxClientConn: 100 - # Supply the name of existing secret with 'pgbouncer.ini' and 'users.txt' defined + # Supply the name of existing secret with 'pgbouncer.ini' and 'users.txt' defined (templated) Review Comment: `.pgbouncer.configSecretName` is templated in the MR: https://github.com/thejoeejoee/airflow/blob/7701d0b6fa1ffabd7a48fd332eb455bc9948680d/chart/templates/_helpers.yaml#L466 ########## chart/values.schema.json: ########## @@ -9026,7 +9026,7 @@ "default": 100 }, "configSecretName": { - "description": "The PgBouncer config Secret name.", + "description": "The PgBouncer config Secret name (templated).", Review Comment: same, .pgbouncer.configSecretName is templated in the MR: https://github.com/thejoeejoee/airflow/blob/7701d0b6fa1ffabd7a48fd332eb455bc9948680d/chart/templates/_helpers.yaml#L466 -- 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]
